You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
brand | 4 years ago | |
config | 4 years ago | |
lifecycle | 4 years ago | |
privilege | 5 years ago | |
test | 4 years ago | |
.gitignore | 5 years ago | |
LICENSE | ||
README.md | 4 years ago | |
execute.go | 4 years ago | |
get.go | 4 years ago | |
get_cgo.go | 4 years ago | |
go.mod | 4 years ago | |
go.sum | 4 years ago | |
list.go | 4 years ago | |
list_cgo.go | 4 years ago | |
set.go | 4 years ago |
README.md
go-zone
Go Bindings and Library Functions for everything zone related
Known Issues
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