open-vault/version/cgo.go

8 lines
67 B
Go
Raw Normal View History

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