mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-26 09:39:07 -04:00
7 lines
67 B
Go
7 lines
67 B
Go
// +build cgo
|
|
|
|
package version
|
|
|
|
func init() {
|
|
CgoEnabled = true
|
|
}
|