mirror of
https://github.com/hashicorp/vault.git
synced 2026-01-09 02:31:12 +01:00
8 lines
67 B
Go
8 lines
67 B
Go
// +build cgo
|
|
|
|
package version
|
|
|
|
func init() {
|
|
CgoEnabled = true
|
|
}
|