1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-14 20:00:39 +00:00

update doc

This commit is contained in:
Ming Deng
2020-11-12 21:36:11 +08:00
parent 05d8e293f7
commit 0958174bc8
2 changed files with 17 additions and 3 deletions

View File

@ -18,7 +18,6 @@ package config
// for most users, they only need to use those methods
var globalInstance Configer
// InitGlobalInstance will ini the global instance
// If you want to use specific implementation, don't forget to import it.
// e.g. _ import "github.com/astaxie/beego/core/config/etcd"