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 2679324afe Merge pull request #24 from harshavardhana/pr_out_add_groupcache_lru_into_godep 10 years ago
Godeps Add groupcache/lru into godep 10 years ago
contrib/signify Merge commit 'ef0a8b4d2e245be27cc27a782fb1b807ed0e2618' 10 years ago
docs Changing minios to minio 10 years ago
erasure erasure: Coding blocks during encoding were garbage, fixes #21 10 years ago
minio Bucket manager is now configurable as GatewayConfig.BucketServiceDriver 10 years ago
.gitignore Squashed 'contrib/signify/' changes from a1554a4..35fe2d3 10 years ago
LICENSE
Makefile Squashed 'contrib/signify/' changes from a1554a4..35fe2d3 10 years ago
NOTICE Add erasure coding and decoding using Intel Storage Acceleration library 10 years ago
README.md Moving to godep for dependency management 10 years ago
TODO.md
gateway.go Bucket manager is now configurable as GatewayConfig.BucketServiceDriver 10 years ago
gateway_test.go Bucket manager is now configurable as GatewayConfig.BucketServiceDriver 10 years ago
storage.go Setting up initial cli options and http handlers 10 years ago
storage_test.go Setting up initial cli options and http handlers 10 years ago

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