diff --git a/config.go b/config.go index bc5ac640..8cf21530 100644 --- a/config.go +++ b/config.go @@ -25,7 +25,7 @@ import ( "github.com/astaxie/beego/utils" ) -// BeegoConfig is the main struct for BConfig +// Config is the main struct for BConfig type Config struct { AppName string //Application name RunMode string //Running Mode: dev | prod