1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-23 02:54:13 +00:00

golint config.go

This commit is contained in:
astaxie 2016-01-18 00:22:11 +08:00
parent f925bb9058
commit 6f786e1dea

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