Note about vendoring dependencies. (#44)

This commit is contained in:
Anthony Eden 2017-03-17 06:22:39 +01:00 committed by Craig Peterson
parent ece9a7aa7d
commit 0906f5c383

View file

@ -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).