This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-vault
Watch
2
Star
0
Fork
You've already forked open-vault
0
Code
Issues
1
Pull Requests
Releases
Activity
44d6a58eb5
open-vault
/
sdk
/
version
/
cgo.go
8 lines
68 B
Go
Raw
Normal View
History
Unescape
Escape
Convert to Go 1.17 go:build directive (#13579)
2022-01-05 18:02:03 +00:00
//go:build cgo
Print the revision, if known, separately from the version. Also, indicate whether the build is dynamic or not.
2016-11-28 00:28:35 +00:00
package
version
func
init
(
)
{
CgoEnabled
=
true
}