Add -a flag to vendor regardless of build tags#337
Add -a flag to vendor regardless of build tags#337gyuho wants to merge 1 commit intotools:masterfrom gyuho:vendor_build_tags
Conversation
|
@freeformz This might be a little hacky but I tried it and it worked. Easy example is https://github.com/boltdb/bolt. It has only one external dependency of I cannot think of an easier way because Please let me know if you have any feedback. |
|
Just pushed another updates to walk through the raw Go files without go list command. |
This adds a flag -i when people need to vendor everything regardless of build tags. This fixes #271.
|
LoadPackages still uses |
|
Great. Thanks @freeformz . I will close this in favor of #341. |
This adds a flag
-awhen people need to vendor everything regardless of buildtags. This fixes #271.