Hacker News new | ask | show | jobs
by twitchyliquid64 3180 days ago
Thanks! This is definitely something I need to get around to once I read up a bit more on vendoring.
2 comments

Check out the `dep` tool: https://github.com/golang/dep

It is the future of official vendoring tools.

You could also look at `govendor`: https://github.com/kardianos/govendor

I've used govendor in some projects and found it agreeable. Best of luck :-)

Checkout https://github.com/cloudflare/hellogopher

to get you started with a nice workflow. Uses gvt for vendoring. Tests over multiple packages are globbed correctly