|
|
@ -27,6 +27,7 @@ Building Libraries |
|
|
|
- Commit your changes (git commit -am 'Add some feature') |
|
|
|
- Commit your changes (git commit -am 'Add some feature') |
|
|
|
- Push to the branch (git push origin my-new-feature) |
|
|
|
- Push to the branch (git push origin my-new-feature) |
|
|
|
- Create new Pull Request |
|
|
|
- Create new Pull Request |
|
|
|
|
|
|
|
|
|
|
|
* If you have additional dependencies for ``Minio``, ``Minio`` manages its depedencies using [godep](https://github.com/tools/godep) |
|
|
|
* If you have additional dependencies for ``Minio``, ``Minio`` manages its depedencies using [godep](https://github.com/tools/godep) |
|
|
|
- Run `go get foo/bar` |
|
|
|
- Run `go get foo/bar` |
|
|
|
- Edit your code to import foo/bar |
|
|
|
- Edit your code to import foo/bar |
|
|
|