1
0
mirror of https://github.com/astaxie/beego.git synced 2024-09-28 13:11:50 +00:00

golint the config.go

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

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