把模块分块
This commit is contained in:
3
myHttp/go.mod
Normal file
3
myHttp/go.mod
Normal file
@ -0,0 +1,3 @@
|
||||
module code.zhecent.com/gopkg/light-pkg/myHttp
|
||||
|
||||
go 1.23.1
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user