From 6f786e1dea82b940c81f11a7ca8b4dfe6426b225 Mon Sep 17 00:00:00 2001 From: astaxie Date: Mon, 18 Jan 2016 00:22:11 +0800 Subject: [PATCH] golint config.go --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index bc5ac640..8cf21530 100644 --- a/config.go +++ b/config.go @@ -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