open-vault/sdk/version/cgo.go

8 lines
68 B
Go
Raw Normal View History

//go:build cgo
package version
func init() {
CgoEnabled = true
}