gojoyent
Contents
What is it?
The gojoyent package enables Go programs to interact with the Joyent Compute and Joyent Manta services.
The following packages are available at the moment:
- launchpad.net/gojoyent/cloudapi
- launchpad.net/gojoyent/manta
API documentation
The API documentation is currently available at:
Example
TODO
Source code
To obtain the source code, use Bazaar to download projects from Launchpad:
$ bzr branch lp:gojoyent
Reporting bugs
Please report bugs at:
How to build and install gojoyent
Just use "go get" with any of the available packages. For example:
$ go get launchpad.net/gojoyent/cloudapi $ go get launchpad.net/gojoyent/manta
Running tests
To run tests, first install gocheck with:
$ goinstall launchpad.net/gocheck
Then run go test as usual:
$ go test launchpad.net/gojoyent/...
License
gojoyent is licensed under the LGPL.
gojoyent (last edited 2014-01-15 12:46:20 by 027a9b2a)