1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-26 18:14:12 +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
commit 0eaa58e0ca

View File

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