caipin 4 years ago
parent
commit
d5ea14be63
1 changed files with 0 additions and 4 deletions
  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")