mirror of
https://github.com/astaxie/beego.git
synced 2025-06-11 10:20:39 +00:00
Fix the comments and deleted the println
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user