1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-23 08:30:19 +00:00

golint the config.go

This commit is contained in:
astaxie
2016-01-18 00:22:31 +08:00

View File

@ -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