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 6a6dac8365 erasure: Coding blocks during encoding were garbage, fixes #21 10 years ago
Godeps
contrib/signify Add erasure coding and decoding using Intel Storage Acceleration library 10 years ago
docs
erasure erasure: Coding blocks during encoding were garbage, fixes #21 10 years ago
minio
.gitignore Add erasure coding and decoding using Intel Storage Acceleration library 10 years ago
LICENSE
Makefile
NOTICE Add erasure coding and decoding using Intel Storage Acceleration library 10 years ago
README.md
TODO.md
gateway.go Merge pull request #16 from fkautz/pr_out_moving_bucket_request_channel_to_private_config_option 10 years ago
gateway_test.go Merge pull request #16 from fkautz/pr_out_moving_bucket_request_channel_to_private_config_option 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