Changing how developers should maintain library dependency
This commit is contained in:
parent
76b404e087
commit
b3e55be98b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
## 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 are very much welcome. Please raise an issue so that the contribution may be discussed before it's made.
|
Loading…
Add table
Add a link
Reference in a new issue