Add resolver for inbound
This commit is contained in:
3
constant/cgo.go
Normal file
3
constant/cgo.go
Normal file
@@ -0,0 +1,3 @@
|
||||
package constant
|
||||
|
||||
const CGO_ENABLED = true
|
||||
5
constant/cgo_disabled.go
Normal file
5
constant/cgo_disabled.go
Normal file
@@ -0,0 +1,5 @@
|
||||
//go:build !cgo
|
||||
|
||||
package constant
|
||||
|
||||
const CGO_ENABLED = false
|
||||
Reference in New Issue
Block a user