Skip to content

Commit 98f1bff

Browse files
committed
fix: 修复cmd/apidocs/main.go的导入顺序问题
1 parent 02882b5 commit 98f1bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/apidocs/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import (
77
"log"
88

99
"github.com/gin-gonic/gin"
10-
_ "github.com/Rodert/go-commons/docs" // 导入生成的docs
1110
swaggerFiles "github.com/swaggo/files"
1211
ginSwagger "github.com/swaggo/gin-swagger"
12+
_ "github.com/Rodert/go-commons/docs" // 导入生成的docs
1313
)
1414

1515
// @title Go Commons API

0 commit comments

Comments
 (0)