rclone/vendor/github.com/ncw/go-acd
Nick Craig-Wood f7af730b50 Use a vendor directory for repeatable builds - fixes #816
This is using godep to manage the vendor directory.
2016-11-05 18:18:08 +00:00
..
.gitignore Use a vendor directory for repeatable builds - fixes #816 2016-11-05 18:18:08 +00:00
.travis.yml Use a vendor directory for repeatable builds - fixes #816 2016-11-05 18:18:08 +00:00
account.go Use a vendor directory for repeatable builds - fixes #816 2016-11-05 18:18:08 +00:00
client.go Use a vendor directory for repeatable builds - fixes #816 2016-11-05 18:18:08 +00:00
Godeps Use a vendor directory for repeatable builds - fixes #816 2016-11-05 18:18:08 +00:00
LICENSE Use a vendor directory for repeatable builds - fixes #816 2016-11-05 18:18:08 +00:00
Makefile Use a vendor directory for repeatable builds - fixes #816 2016-11-05 18:18:08 +00:00
nodes.go Use a vendor directory for repeatable builds - fixes #816 2016-11-05 18:18:08 +00:00
README.md Use a vendor directory for repeatable builds - fixes #816 2016-11-05 18:18:08 +00:00

go-acd Build Status

Go library for accessing the Amazon Cloud Drive.

This library is the basis for acdcli.

Still work in progress. Focusing on read-only operations at first. Refer to the
milestones and
issues for planned features.