mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 09:10:55 +00:00
name → Name
typo
This commit is contained in:
parent
5260a60ad2
commit
2add87b829
@ -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(){
|
||||||
|
Loading…
Reference in New Issue
Block a user