From efbd7d1caa0d386c87ba06b50ad203bb4ae862ba Mon Sep 17 00:00:00 2001 From: maziyang Date: Mon, 23 Jun 2025 10:43:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=95=E7=A5=A8=E5=8A=9F=E8=83=BD=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/cmd/cmd.go | 2 +- internal/logic/logic.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/cmd/cmd.go b/internal/cmd/cmd.go index fa2850a..c240b68 100644 --- a/internal/cmd/cmd.go +++ b/internal/cmd/cmd.go @@ -2,8 +2,8 @@ package cmd import ( "context" - vr "practice_ArticleVote_Go/internal/controller/vote_record" "practice_ArticleVote_Go/internal/controller/article" + vr "practice_ArticleVote_Go/internal/controller/vote_record" "github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/net/ghttp" diff --git a/internal/logic/logic.go b/internal/logic/logic.go index 63de57d..6db0f22 100644 --- a/internal/logic/logic.go +++ b/internal/logic/logic.go @@ -1,6 +1,6 @@ package logic import ( - _ "practice_ArticleVote_Go/internal/logic/vote_record" _ "practice_ArticleVote_Go/internal/logic/article" + _ "practice_ArticleVote_Go/internal/logic/vote_record" )