ba94479e by 傅小黑

Merge remote-tracking branch 'astaxie/master'

2 parents ba3a9bee fc19f8f1
...@@ -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!