update go mod

This commit is contained in:
2025-02-18 17:27:03 +08:00
parent 1e53d899dc
commit 74dde8b41e
4 changed files with 12 additions and 12 deletions

8
router/option.go Normal file
View File

@ -0,0 +1,8 @@
// Package router ...
//
// Description : router ...
//
// Author : go_developer@163.com<白茶清欢>
//
// Date : 2025-02-18 17:26
package router

View File

@ -42,7 +42,7 @@ func NewServer(port int, option any) *server {
Url: fmt.Sprintf("http://127.0.0.1:%d", port),
Description: "测试服务器",
},
}, apiDocDefine.SwaggerUIThemeKnife4go), // TODO : 配置相关信息
}, apiDocDefine.SwaggerUIThemeRedocFree), // TODO : 配置相关信息
port: port,
}
}