The gomanta package enables Go programs to interact with the Joyent Manta service.
Use go-get
to install gomanta
go get github.com/joyent/gomanta
The gomanta package is structured as follow:
- gomanta/localservices. This package provides local services to be used for testing.
- gomanta/manta. This package interacts with the Manta API (http://apidocs.joyent.com/manta/).
Documentation can be found on godoc.
- http://godoc.org/github.com/joyent/gomanta
- [http://godoc.org/github.com/joyent/gomanta/localservices] (http://godoc.org/github.com/joyent/gomanta/localservices)
- http://godoc.org/github.com/joyent/gomanta/manta
Make sure you have the dependencies
go get "launchpad.net/gocheck"
To Run all tests
go test ./...
Licensed under LGPL v3.
Copyright (c) 2013 Joyent Inc. Written by Daniele Stroppa [email protected]