1
0
mirror of https://github.com/beego/bee.git synced 2024-11-26 01:11:30 +00:00

update template to be standard to gofmt

This commit is contained in:
ZhengYang 2014-08-13 15:18:02 +08:00
parent e455509adb
commit cf86f6af78

View File

@ -312,6 +312,7 @@ const (
import( import(
"os" "os"
"github.com/astaxie/beego/orm" "github.com/astaxie/beego/orm"
"github.com/astaxie/beego/migration" "github.com/astaxie/beego/migration"