deb.open-vault/version/cgo.go

11 lines
138 B
Go
Raw Permalink Normal View History

2024-04-20 12:23:50 +00:00
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
//go:build cgo
package version
func init() {
CgoEnabled = true
}