mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
High Performance Object Storage for AI
amazon-s3cloudcloudnativecloudstoragegok8skubernetesmulti-cloudmulti-cloud-kubernetesobjectstorages3storage
1e7515a7df
- move contrib/erasure --> contrib/isal - bring in low level 'isal' package for Go for exposing C functions - Implement Erasure 'encoding' Supports - Reed Solomon Codes, Cauchy Codes - Implement Erasure 'decoding' Supports - Reed Solomon Codes, Cauchy Codes - Renames Minios -> Minio at all the references |
||
---|---|---|
contrib/signify | ||
docs | ||
erasure | ||
Godeps | ||
minio | ||
.gitignore | ||
gateway_test.go | ||
gateway.go | ||
LICENSE | ||
Makefile | ||
NOTICE | ||
README.md | ||
storage_test.go | ||
storage.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