Merge pull request #1069 from aaron-prindle/document-godep-windows-issue
Updated ADD_DEPENDENCY.md to include godep issue with vendor/golang.o…pull/1093/merge
commit
f178979f14
|
@ -33,6 +33,10 @@ Here is a rough set of steps that usually works to add a new dependency.
|
|||
godep save ./...
|
||||
```
|
||||
|
||||
NOTE: godep seems to have an issue with not recovering files in `vendor/golang.org/x/sys/windows/`
|
||||
IF you plan on committing your updated dependencies, make sure not to remove these files in your commit
|
||||
|
||||
|
||||
If it is a large dependency, please commit the vendor/ directory changes separately.
|
||||
This makes review easier in Github.
|
||||
|
||||
|
|
Loading…
Reference in New Issue