From 25c573d55986e02cf5f70cc3868e2b94a4be98e2 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期五, 25 八月 2023 19:35:57 +0800 Subject: [PATCH] change package name --- utils/jwt.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/jwt.go b/utils/jwt.go index c1298a8..377fe3e 100644 --- a/utils/jwt.go +++ b/utils/jwt.go @@ -6,8 +6,8 @@ jwt "github.com/golang-jwt/jwt/v4" - "github.com/flipped-aurora/gin-vue-admin/server/global" - "github.com/flipped-aurora/gin-vue-admin/server/model/system/request" + "srm/global" + "srm/model/system/request" ) type JWT struct { -- Gitblit v1.8.0