Hacker News new | ask | show | jobs
by znemz 3742 days ago
Can someone follow up with more details on vendor for those not using go currently? What is the best practice for locking versions of libraries down. I am comparing this to gemfile.lock and shrinkwrap.json . Ty
1 comments

There are multiple ways to do this. Personally, I've used and liked govendor https://github.com/kardianos/govendor.

As of go 1.5, its supported by the language itself: https://github.com/golang/go/wiki/PackageManagementTools