把模块分块

This commit is contained in:
2024-12-18 03:59:17 +08:00
parent 8798223f68
commit d0e5d586bd
24 changed files with 371 additions and 87 deletions

3
myHttp/go.mod Normal file
View File

@ -0,0 +1,3 @@
module code.zhecent.com/gopkg/light-pkg/myHttp
go 1.23.1

View File

@ -1,7 +1,7 @@
package myHttp
import (
"code.zhecent.com/gopkg/light-core/pkg/myUrl"
"code.zhecent.com/gopkg/light-pkg/myUrl"
)
type Client struct {