mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-16 19:47:02 +02:00
11 lines
138 B
Go
11 lines
138 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
//go:build cgo
|
|
|
|
package version
|
|
|
|
func init() {
|
|
CgoEnabled = true
|
|
}
|