top | item 15409453 (no title) twitchyliquid64 | 8 years ago Thanks! This is definitely something I need to get around to once I read up a bit more on vendoring. discuss order hn newest freedomben|8 years ago Check out the `dep` tool: https://github.com/golang/depIt is the future of official vendoring tools.You could also look at `govendor`: https://github.com/kardianos/govendorI've used govendor in some projects and found it agreeable. Best of luck :-) weitzj|8 years ago Checkout https://github.com/cloudflare/hellogopherto get you started with a nice workflow. Uses gvt for vendoring. Tests over multiple packages are globbed correctly
freedomben|8 years ago Check out the `dep` tool: https://github.com/golang/depIt is the future of official vendoring tools.You could also look at `govendor`: https://github.com/kardianos/govendorI've used govendor in some projects and found it agreeable. Best of luck :-)
weitzj|8 years ago Checkout https://github.com/cloudflare/hellogopherto get you started with a nice workflow. Uses gvt for vendoring. Tests over multiple packages are globbed correctly
freedomben|8 years ago
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 :-)
weitzj|8 years ago
to get you started with a nice workflow. Uses gvt for vendoring. Tests over multiple packages are globbed correctly