2add87b8 by dongxu

name → Name

typo
1 parent 5260a60a
...@@ -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!