1
0
mirror of https://github.com/astaxie/beego.git synced 2024-09-28 17:11:49 +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" "github.com/astaxie/beego/utils"
) )
// BeegoConfig is the main struct for BConfig // Config is the main struct for BConfig
type Config struct { type Config struct {
AppName string //Application name AppName string //Application name
RunMode string //Running Mode: dev | prod RunMode string //Running Mode: dev | prod