1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-22 08:30:54 +00:00

name → Name

typo
This commit is contained in:
dongxu 2013-12-22 17:57:45 +08:00
parent 5260a60ad2
commit 2add87b829

View File

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