From ac971bda4b899b9653d5e510e0f97edd369bddb1 Mon Sep 17 00:00:00 2001 From: wenjianzhang Date: Thu, 8 Dec 2022 18:00:33 +0800 Subject: [PATCH] =?UTF-8?q?fix=F0=9F=90=9B:=20=20=E5=BF=BD=E7=95=A5pkg?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/router.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/router.template b/template/router.template index 247ca32a..b11e9b92 100644 --- a/template/router.template +++ b/template/router.template @@ -6,7 +6,7 @@ import ( _ "github.com/gin-gonic/gin" log "github.com/go-admin-team/go-admin-core/logger" "github.com/go-admin-team/go-admin-core/sdk" - "github.com/go-admin-team/go-admin-core/sdk/pkg" + // "github.com/go-admin-team/go-admin-core/sdk/pkg" "github.com/go-admin-team/go-admin-core/sdk/pkg/jwtauth" jwt "github.com/go-admin-team/go-admin-core/sdk/pkg/jwtauth" common "go-admin/common/middleware"