# Packages
# README
goose
Go OpenStack Exchange (goose) - Go bindings for talking to OpenStack.
NOTE: This is an experimental branch, which is under development with no guarentee of backwards compatibilty at this time (April 2017). Please use goose.v1 if you require a stable branch.
Instructions
Install the package with:
go get gopkg.in/goose.v2/...
Import it with:
import "gopkg.in/goose.v2/<package>"
Example:
import "gopkg.in/goose.v2/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:
Contacts
You can contact directly one of the maintainers.
Issues
Please report bugs by opening an issue.
Contributing
Contributors are most welcome! Please have a look at CONTRIBUTING.md for details.
Authors
List of people who made relevant contributions to goose can be found in AUTHORS.md.
License
goose is licensed under LGPLv3. See the LICENSE for details.