Commit 0eaa58e0 authored by astaxie's avatar astaxie

Merge pull request #406 from wangdx/patch-2

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