1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-03 17:20:18 +00:00

gofmt code

This commit is contained in:
傅小黑
2013-12-24 21:59:00 +08:00
parent 0183608a59
commit a1f6039d82
5 changed files with 10 additions and 11 deletions

View File

@ -13,7 +13,7 @@ import (
)
var (
DEFAULT_SECTION = "default" // default section means if some ini items not in a section, make them in default section,
DEFAULT_SECTION = "default" // default section means if some ini items not in a section, make them in default section,
bNumComment = []byte{'#'} // number signal
bSemComment = []byte{';'} // semicolon signal
bEmpty = []byte{}