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 --- api/v1/system/sys_system.go | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/v1/system/sys_system.go b/api/v1/system/sys_system.go index af6ab71..c20f5f7 100644 --- a/api/v1/system/sys_system.go +++ b/api/v1/system/sys_system.go @@ -1,11 +1,11 @@ package system import ( - "github.com/flipped-aurora/gin-vue-admin/server/global" - "github.com/flipped-aurora/gin-vue-admin/server/model/common/response" - "github.com/flipped-aurora/gin-vue-admin/server/model/system" - systemRes "github.com/flipped-aurora/gin-vue-admin/server/model/system/response" - "github.com/flipped-aurora/gin-vue-admin/server/utils" + "srm/global" + "srm/model/common/response" + "srm/model/system" + systemRes "srm/model/system/response" + "srm/utils" "github.com/gin-gonic/gin" "go.uber.org/zap" -- Gitblit v1.8.0