1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-19 22:10:39 +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
log.go
orm/docs/zh

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