Fix package name

This commit is contained in:
若海
2023-12-18 08:48:14 +08:00
parent 4d9808b584
commit ad45149aca
5 changed files with 10 additions and 9 deletions
+3 -3
View File
@@ -3,9 +3,9 @@ package httpd
import (
"github.com/opentdp/go-helper/httpd"
"github.com/opentdp/wechat-rest/args"
"github.com/opentdp/wechat-rest/httpd/midware"
"github.com/opentdp/wechat-rest/httpd/wcfrest"
"wechat-rest/args"
"wechat-rest/httpd/midware"
"wechat-rest/httpd/wcfrest"
)
// @title Wechat Rest API