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 00b5a5d380 Merge pull request #14 from fkautz/pr_out_cleaning_up_more_code_system_generated_by_config 10 years ago
Godeps Adding bucket management system with in memory storage driver 10 years ago
contrib Removing contrib/linenoise, since it is in third_party golang repo now 10 years ago
docs Initial commit 10 years ago
minio Cleaning up more code, system generated by config 10 years ago
.gitignore Cleaning up more code, system generated by config 10 years ago
LICENSE Squashed 'contrib/linenoise/' content from commit 5d5d527 10 years ago
Makefile Cleaning up more code, system generated by config 10 years ago
NOTICE Initial commit 10 years ago
README.md Moving to godep for dependency management 10 years ago
TODO.md Initial commit 10 years ago
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 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