Skip to content
forked from go-goose/goose

goose (Go OpenStack Exchange) - Go bindings for talking to OpenStack.

License

Notifications You must be signed in to change notification settings

s-matyukevich/goose

 
 

Repository files navigation

goose

Go OpenStack Exchange (goose) - Go bindings for talking to OpenStack.

GoDoc

NOTE: This is a stable branch, which is compatible with the original goose source from Launchpad, except for the changed import paths.

Instructions

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:

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.

About

goose (Go OpenStack Exchange) - Go bindings for talking to OpenStack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.5%
  • Python 1.5%