1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-29 12:04:13 +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 { type User struct {
Id int Id int
name string Name string
} }
func init(){ func init(){