caipin 4 년 전
부모
커밋
d5ea14be63
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      datasource/dbhelper.go

+ 0 - 4
datasource/dbhelper.go

@@ -39,10 +39,6 @@ func GetEnvInfo(env string) bool {
 	return viper.GetBool(env)
 }
 
-func InitConfig() {
-
-}
-
 func NewDbMaster() *xorm.Engine {
 
 	debug := GetEnvInfo("Debug")