1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-23 03:50:18 +00:00

Merge pull request #406 from wangdx/patch-2

name → Name
This commit is contained in:
astaxie
2013-12-22 04:09:56 -08:00

View File

@ -145,7 +145,7 @@ import "github.com/astaxie/beego/orm"
type User struct {
Id int
name string
Name string
}
func init(){