1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Testing build ignores docs

This commit is contained in:
Craig Peterson
2017-04-13 11:02:08 -06:00
committed by GitHub
parent ee17957e96
commit 3c22807b91

View File

@@ -16,4 +16,11 @@ Please add a page to the docs folder for your provider, and add it to the list i
## Vendoring Dependencies
If your provider depends on other go packages, then you must vendor them. To do this, use [govendor](https://github.com/kardianos/govendor).
If your provider depends on other go packages, then you must vendor them. To do this, use [govendor](https://github.com/kardianos/govendor).
```
go get github.com/kardianos/govendor
govendor add +e
```
is usually sufficient.