mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-08 14:15:30 +08:00
Note about vendoring dependencies. (#44)
This commit is contained in:
parent
ece9a7aa7d
commit
0906f5c383
1 changed files with 5 additions and 1 deletions
|
@ -8,4 +8,8 @@ Writing a new DNS provider is a relatively straightforward process. You essentia
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
||||||
More info to follow soon.
|
More info to follow soon.
|
||||||
|
|
||||||
|
## 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).
|
||||||
|
|
Loading…
Add table
Reference in a new issue