Fix imports by gci

This commit is contained in:
loyalsoldier
2021-05-19 19:31:33 +08:00
parent c6813f0d24
commit 91d993b7e2
41 changed files with 64 additions and 79 deletions

View File

@@ -39,12 +39,11 @@ import (
"strings"
"sync"
"github.com/beego/x2j"
"github.com/mitchellh/mapstructure"
"github.com/beego/beego/v2/core/config"
"github.com/beego/beego/v2/core/logs"
"github.com/beego/x2j"
)
// Config is a xml config parser and implements Config interface.