1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-24 03:20:18 +00:00

gofmt simplify

This commit is contained in:
astaxie
2017-04-20 10:56:09 +08:00
parent e7e3ca77ad
commit 453691728a
5 changed files with 8 additions and 9 deletions

@ -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 {