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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user