mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-10-09 01:00:17 +08:00
refactor: update go mod library (#210)
refactor: update go mod library and refactor dev logic Co-authored-by: wencaiwulue <895703375@qq.com>
This commit is contained in:
6
vendor/github.com/ebitengine/purego/cgo.go
generated
vendored
6
vendor/github.com/ebitengine/purego/cgo.go
generated
vendored
@@ -12,4 +12,8 @@ package purego
|
||||
// which will import this package automatically. Normally this isn't an issue since it
|
||||
// usually isn't possible to call into C without using that import. However, with purego
|
||||
// it is since we don't use `import "C"`!
|
||||
import _ "runtime/cgo"
|
||||
import (
|
||||
_ "runtime/cgo"
|
||||
|
||||
_ "github.com/ebitengine/purego/internal/cgo"
|
||||
)
|
||||
|
Reference in New Issue
Block a user