open-vault/version/cgo.go
Jeff Mitchell fef97d9169 Print the revision, if known, separately from the version.
Also, indicate whether the build is dynamic or not.
2016-11-27 19:28:35 -05:00

8 lines
67 B
Go

// +build cgo
package version
func init() {
CgoEnabled = true
}