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 42ba0af9ac Merge pull request #35 from fkautz/pr_out_adding_input_and_output_file_parameters_to_minio_encode 10 years ago
Godeps Add groupcache/lru into godep 10 years ago
cmd/minio-encode Adding input and output file parameters to minio-encode. 10 years ago
contrib/signify
docs
erasure Fixing isal compile from root, workaround for https://code.google.com/p/go/issues/detail?id=7891 10 years ago
.gitignore Adding cover.out to gitignore 10 years ago
LICENSE
Makefile Adding minio-encode binary 10 years ago
NOTICE
README.md add missing deps 10 years ago
TODO.md
file_storage.go Adding simple file storage driver for persistent storage 10 years ago
file_storage_test.go Adding simple file storage driver for persistent storage 10 years ago
gateway.go Adding simple file storage driver for persistent storage 10 years ago
gateway_test.go Adding simple file storage driver for persistent storage 10 years ago
isal Fixing isal compile from root, workaround for https://code.google.com/p/go/issues/detail?id=7891 10 years ago
setup_test.go Adding simple file storage driver for persistent storage 10 years ago
storage.go Adding simple file storage driver for persistent storage 10 years ago
storage_test.go

README.md

Dependencies

  • go1.3.3
  • godep
    • go get github.com/tools/godep
  • yasm
  • cover
    • go get code.google.com/p/go.tools/cmd/cover or yum install golang-cover

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