mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-18 04:27:02 +02:00
Move version out of SDK. For now it's a copy rather than move: the part not addressed by this change is sdk/helper/useragent.String, which we'll want to remove in favour of PluginString. That will have to wait until we've removed uses of useragent.String from all builtins.
8 lines
68 B
Go
8 lines
68 B
Go
//go:build cgo
|
|
|
|
package version
|
|
|
|
func init() {
|
|
CgoEnabled = true
|
|
}
|