1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-29 12:44:13 +00:00

Merge remote-tracking branch 'astaxie/master'

This commit is contained in:
傅小黑 2013-12-24 13:05:09 +08:00
commit ba94479efd
2 changed files with 66 additions and 66 deletions

View File

@ -145,7 +145,7 @@ import "github.com/astaxie/beego/orm"
type User struct {
Id int
name string
Name string
}
func init(){