open-vault/sdk/version/cgo.go
2019-04-12 17:54:35 -04:00

8 lines
67 B
Go

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