mirror of
https://github.com/astaxie/beego.git
synced 2025-06-24 03:20:18 +00:00
gofmt simplify
This commit is contained in:
@ -119,7 +119,7 @@ func (m *URLMap) GetMap() map[string]interface{} {
|
||||
func (m *URLMap) GetMapData() []map[string]interface{} {
|
||||
m.lock.Lock()
|
||||
defer m.lock.Unlock()
|
||||
|
||||
|
||||
var resultLists []map[string]interface{}
|
||||
|
||||
for k, v := range m.urlmap {
|
||||
|
Reference in New Issue
Block a user