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.
 
 
 
 
 
 
Frederick F. Kautz IV 9275afa173 Changing minios to minio 10 years ago
Godeps Changing minios to minio 10 years ago
contrib
docs Changing minios to minio 10 years ago
minio Changing minios to minio 10 years ago
.gitignore Cleaning up more code, system generated by config 10 years ago
LICENSE
Makefile Changing minios to minio 10 years ago
NOTICE Changing minios to minio 10 years ago
README.md Moving to godep for dependency management 10 years ago
TODO.md
gateway.go Cleaning up more code, system generated by config 10 years ago
gateway_test.go Cleaning up more code, system generated by config 10 years ago
storage.go
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