From d20acf38c36c11ee4428c3e74a17f5870dc61b51 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期四, 16 十一月 2023 09:51:00 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/SRM --- core/viper.go | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/core/viper.go b/core/viper.go index e3dd24c..ba71628 100644 --- a/core/viper.go +++ b/core/viper.go @@ -5,14 +5,12 @@ "fmt" "github.com/gin-gonic/gin" "os" - "path/filepath" "srm/core/internal" "github.com/fsnotify/fsnotify" "github.com/spf13/viper" "srm/global" - _ "srm/packfile" ) // Viper // @@ -68,7 +66,5 @@ fmt.Println(err) } - // root 閫傞厤鎬� 鏍规嵁root浣嶇疆鍘绘壘鍒板搴旇縼绉讳綅缃�,淇濊瘉root璺緞鏈夋晥 - global.GVA_CONFIG.AutoCode.Root, _ = filepath.Abs("..") return v } -- Gitblit v1.8.0