Go to file
2014-11-06 22:45:27 -08:00
contrib Removing contrib/linenoise, since it is in third_party golang repo now 2014-11-01 15:46:51 -07:00
docs Initial commit 2014-10-30 21:51:52 -07:00
Godeps Adding bucket management system with in memory storage driver 2014-11-06 21:34:46 -05:00
minio Cleaning up more code, system generated by config 2014-11-06 22:45:27 -08:00
.gitignore Cleaning up more code, system generated by config 2014-11-06 22:45:27 -08:00
gateway.go Cleaning up more code, system generated by config 2014-11-06 22:45:27 -08:00
gateway_test.go Cleaning up more code, system generated by config 2014-11-06 22:45:27 -08:00
LICENSE Squashed 'contrib/linenoise/' content from commit 5d5d527 2014-10-30 22:22:47 -07:00
Makefile Cleaning up more code, system generated by config 2014-11-06 22:45:27 -08:00
NOTICE Initial commit 2014-10-30 21:51:52 -07:00
README.md Moving to godep for dependency management 2014-11-03 20:59:07 -08:00
storage.go Setting up initial cli options and http handlers 2014-11-02 17:33:40 -08:00
storage_test.go Setting up initial cli options and http handlers 2014-11-02 17:33:40 -08:00
TODO.md Initial commit 2014-10-30 21:51:52 -07:00

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