mirror of
https://github.com/astaxie/beego.git
synced 2024-11-16 13:10:55 +00:00
golint the config.go
This commit is contained in:
commit
92d0b9ae95
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user