1
0
mirror of https://github.com/astaxie/beego.git synced 2025-08-05 21:57:03 +00:00

Merge remote-tracking branch 'astaxie/master'

This commit is contained in:
傅小黑
2013-12-24 13:05:09 +08:00
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(){