You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Harshavardhana
be17f50d17
|
10 years ago | |
---|---|---|
Godeps | 10 years ago | |
contrib/signify | ||
docs | ||
erasure | 10 years ago | |
.gitignore | ||
LICENSE | ||
Makefile | 10 years ago | |
NOTICE | ||
README.md | ||
TODO.md | ||
file_storage.go | 10 years ago | |
file_storage_test.go | 10 years ago | |
gateway.go | 10 years ago | |
gateway_test.go | 10 years ago | |
isal | 10 years ago | |
setup_test.go | 10 years ago | |
storage.go | 10 years ago | |
storage_test.go |
README.md
Dependencies
- go1.3.3
- godep
- go get github.com/tools/godep
Dependency management
Install or updating a new dependency
go get -u github.com/example/dependency
# import github.com/example/dependency in go src code
godep save ./...
Commit all Godep/ modifications, including vendorized files.
Restoring dev environment dependencies
godep restore
Compiling
make