go fmt the comment

This commit is contained in:
JessonChan 2016-03-17 19:59:48 +08:00
parent 57eace07a7
commit 0b401481ef
1 changed files with 3 additions and 3 deletions

View File

@ -22,12 +22,12 @@ import (
)
const (
// VERSION represent beego web framework version.
// VERSION represent beego web framework version.
VERSION = "1.6.1"
// DEV is for develop
// DEV is for develop
DEV = "dev"
// PROD is for production
// PROD is for production
PROD = "prod"
)