## page was copied from goamz <> == What is it? == The gojoyent package enables [[http://golang.org|Go]] programs to interact with the [[http://www.joyent.com/products/compute-service|Joyent Compute]] and [[http://www.joyent.com/products/manta|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: * http://godoc.org/launchpad.net/gojoyent == Example == TODO == Source code == To obtain the source code, use [[http://bazaar.canonical.com|Bazaar]] to download projects from Launchpad: {{{ $ bzr branch lp:gojoyent }}} == Reporting bugs == Please report bugs at: https://launchpad.net/gojoyent == 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 [[http://labix.org/gocheck|gocheck]] with: {{{ $ goinstall launchpad.net/gocheck }}} Then run go test as usual: {{{ $ go test launchpad.net/gojoyent/... }}} == License == gojoyent is licensed under the LGPL.