Go OpenStack Exchange (goose) - Go bindings for talking to OpenStack.
NOTE: This is a stable branch, which is compatible with the original goose source from Launchpad, except for the changed import paths.
Install the package with:
go get gopkg.in/goose.v1/...
Import it with:
import "gopkg.in/goose.v1/<package>"
Example:
import "gopkg.in/goose.v1/client"
and use client as the package name inside the code. The same applies to the other sub-packages: nova, switft, etc.
For more details, check the API documentation:
You can contact directly one of the maintainers.
Please report bugs by opening an issue.
Contributors are most welcome! Please have a look at CONTRIBUTING.md for details.
List of people who made relevant contributions to goose can be found in AUTHORS.md.
goose is licensed under LGPLv3. See the LICENSE for details.