1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-12 09:50:39 +00:00

fix the golint travis

This commit is contained in:
astaxie
2016-03-10 21:47:50 +08:00
parent 3a12e238cc
commit 31f7524dae
3 changed files with 20 additions and 20 deletions

View File

@ -352,7 +352,7 @@ type GroupPermissions struct {
}
type ModelID struct {
Id int64
ID int64
}
type ModelBase struct {