Update ini.go

minor typo fix. donot -> do not
This commit is contained in:
Matthew
2021-10-02 18:01:37 -07:00
committed by GitHub
parent 7bbc4d9be0
commit 27aae0ab09

View File

@@ -520,7 +520,7 @@ func init() {
err := InitGlobalInstance("ini", "conf/app.conf") err := InitGlobalInstance("ini", "conf/app.conf")
if err != nil { if err != nil {
logs.Debug("init global config instance failed. If you donot use this, just ignore it. ", err) logs.Debug("init global config instance failed. If you do not use this, just ignore it. ", err)
} }
} }