1
0
mirror of https://github.com/beego/bee.git synced 2024-06-16 08:43:33 +00:00

minor fomatting

This commit is contained in:
ZhengYang 2014-08-19 17:47:29 +08:00
parent 82b7ab3e31
commit 9e2699dbd6

View File

@ -711,7 +711,6 @@ func getPackagePath(curpath string) (packpath string) {
const ( const (
STRUCT_MODEL_TPL = `package models STRUCT_MODEL_TPL = `package models
{{importTimePkg}} {{importTimePkg}}
{{modelStruct}} {{modelStruct}}
` `