diff --git a/admin.go b/admin.go index 93b1894d..c20ac7dc 100644 --- a/admin.go +++ b/admin.go @@ -1,7 +1,11 @@ // Beego (http://beego.me/) +// // @description beego is an open-source, high-performance web framework for the Go programming language. +// // @link http://github.com/astaxie/beego for the canonical source repository +// // @license http://github.com/astaxie/beego/blob/master/LICENSE +// // @authors astaxie package beego diff --git a/adminui.go b/adminui.go index a030563a..0c5a25d5 100644 --- a/adminui.go +++ b/adminui.go @@ -1,9 +1,12 @@ // Beego (http://beego.me/) +// // @description beego is an open-source, high-performance web framework for the Go programming language. +// // @link http://github.com/astaxie/beego for the canonical source repository +// // @license http://github.com/astaxie/beego/blob/master/LICENSE +// // @authors astaxie - package beego var indexTpl = ` diff --git a/toolbox/statistics.go b/toolbox/statistics.go index e9ebc8f8..0ca31473 100644 --- a/toolbox/statistics.go +++ b/toolbox/statistics.go @@ -1,7 +1,11 @@ // Beego (http://beego.me/) +// // @description beego is an open-source, high-performance web framework for the Go programming language. +// // @link http://github.com/astaxie/beego for the canonical source repository +// // @license http://github.com/astaxie/beego/blob/master/LICENSE +// // @authors astaxie package toolbox @@ -95,7 +99,6 @@ func (m *UrlMap) GetMap() [][]string { resultLists = append(resultLists, result) } } - fmt.Println(resultLists) return resultLists }