mirror of
https://github.com/minio/minio
synced 2024-11-05 17:34:01 +00:00
No description
contrib | ||
docs | ||
Godeps | ||
minio | ||
.gitignore | ||
gateway.go | ||
gateway_test.go | ||
LICENSE | ||
Makefile | ||
NOTICE | ||
README.md | ||
storage.go | ||
storage_test.go | ||
TODO.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