5 ms·
We should have python's virtualenv analogue in Go.
by sshb 11y ago
We should have python's virtualenv analogue in Go.
- namecast 11y agoI've been using Godeps, which feels like a close equivalent - have a gander and see if it's useful: https://github.com/tools/godep https://github.com/tools/godep Semver support was what got me using godep and I haven't looked back since (at least for larger projects).
- EugeneOZ 11y agoOr Rust's Cargo.
- noedig 11y agoIf the goal is to fix Go package management, then I seriously doubt that using anything from Python as inspiration is going to be helpful