mirror of
https://github.com/pgsty/minio.git
synced 2026-09-05 18:16:16 +03:00
101ce51f78ce63a415c9d9ed3ba6b9b2991f4e83
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
Description
Languages
Go
98.8%
Shell
1%
Makefile
0.1%