File tree 1 file changed +2
-3
lines changed 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -14,22 +14,21 @@ import (
14
14
"strconv"
15
15
"time"
16
16
17
- . "github.com/polaris1119/config"
18
-
19
17
"github.com/studygolang/studygolang/modules/global"
20
18
pwm "github.com/studygolang/studygolang/modules/http/middleware"
21
19
"github.com/studygolang/studygolang/modules/http/controller"
22
20
"github.com/studygolang/studygolang/modules/http/controller/admin"
23
21
"github.com/studygolang/studygolang/modules/http/controller/app"
24
22
"github.com/studygolang/studygolang/modules/logic"
25
23
"github.com/studygolang/studygolang/cmd"
24
+ thirdmw "github.com/studygolang/studygolang/modules/middleware"
26
25
27
26
"github.com/fatih/structs"
28
27
echo "github.com/labstack/echo/v4"
29
28
mw "github.com/labstack/echo/v4/middleware"
30
29
"github.com/polaris1119/keyword"
31
30
"github.com/polaris1119/logger"
32
- thirdmw "github.com/studygolang/studygolang/modules/middleware "
31
+ . "github.com/polaris1119/config "
33
32
)
34
33
35
34
func init () {
You can’t perform that action at this time.
0 commit comments