Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3c188b

Browse files
committed
format imports
1 parent 524df20 commit b3c188b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

main.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,21 @@ import (
1414
"strconv"
1515
"time"
1616

17-
. "github.com/polaris1119/config"
18-
1917
"github.com/studygolang/studygolang/modules/global"
2018
pwm "github.com/studygolang/studygolang/modules/http/middleware"
2119
"github.com/studygolang/studygolang/modules/http/controller"
2220
"github.com/studygolang/studygolang/modules/http/controller/admin"
2321
"github.com/studygolang/studygolang/modules/http/controller/app"
2422
"github.com/studygolang/studygolang/modules/logic"
2523
"github.com/studygolang/studygolang/cmd"
24+
thirdmw "github.com/studygolang/studygolang/modules/middleware"
2625

2726
"github.com/fatih/structs"
2827
echo "github.com/labstack/echo/v4"
2928
mw "github.com/labstack/echo/v4/middleware"
3029
"github.com/polaris1119/keyword"
3130
"github.com/polaris1119/logger"
32-
thirdmw "github.com/studygolang/studygolang/modules/middleware"
31+
. "github.com/polaris1119/config"
3332
)
3433

3534
func init() {

0 commit comments

Comments
 (0)