mirror of
https://github.com/astaxie/beego.git
synced 2025-07-12 09:51:01 +00:00
gofmt and golint
This commit is contained in:
@ -55,6 +55,7 @@ type ControllerComments struct {
|
||||
MethodParams []*param.MethodParam
|
||||
}
|
||||
|
||||
// ControllerCommentsSlice implements the sort interface
|
||||
type ControllerCommentsSlice []ControllerComments
|
||||
|
||||
func (p ControllerCommentsSlice) Len() int { return len(p) }
|
||||
|
Reference in New Issue
Block a user