Changing how developers should maintain library dependency

This commit is contained in:
Renan DelValle 2016-11-02 19:54:44 -04:00
parent 76b404e087
commit b3e55be98b

View file

@ -18,7 +18,8 @@ library has been tested. Vendoring a working version of this library is highly r
* End to end testing with Vagrant setup * End to end testing with Vagrant setup
## Importing ## Importing
We suggest using http://labix.org/gopkg.in for any imports of packages in this library * We suggest using a vendoring tool such as [govendor](https://github.com/kardianos/govendor) and
fetching by version, for example: `govendor fetch github.com/rdelval/gorealis@v1`
## Contributions ## Contributions
Contributions are very much welcome. Please raise an issue so that the contribution may be discussed before it's made. Contributions are very much welcome. Please raise an issue so that the contribution may be discussed before it's made.