0eaa58e0 by astaxie

Merge pull request #406 from wangdx/patch-2

name → Name
2 parents 5260a60a 2add87b8
...@@ -145,7 +145,7 @@ import "github.com/astaxie/beego/orm" ...@@ -145,7 +145,7 @@ import "github.com/astaxie/beego/orm"
145 145
146 type User struct { 146 type User struct {
147 Id int 147 Id int
148 name string 148 Name string
149 } 149 }
150 150
151 func init(){ 151 func init(){
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!