mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-10 00:27:02 +02:00
8 lines
68 B
Go
8 lines
68 B
Go
//go:build cgo
|
|
|
|
package version
|
|
|
|
func init() {
|
|
CgoEnabled = true
|
|
}
|