|
1 year ago | |
---|---|---|
brand | 1 year ago | |
config | 1 year ago | |
lifecycle | 1 year ago | |
privilege | 2 years ago | |
test | 1 year ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 1 year ago | |
execute.go | 1 year ago | |
get.go | 1 year ago | |
get_cgo.go | 1 year ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago | |
list.go | 1 year ago | |
list_cgo.go | 1 year ago | |
set.go | 1 year ago |
Go Bindings and Library Functions for everything zone related
As of writing this the github.com/satori/go.uuid has Two published versions which are available one with an error returned one without. Unfortunately the version with the Error Return value was finished before go modules existed and never got published as stable. This Library depends on the latest stable version of github.com/satori/go.uuid v1.2.0. You must use go modules to compile this library. Anything else will not work
Sample:
GO11MODULE=on go install $YOUR_PROGRAM_REQUIREING_THIS_LIBRARY