Hacker News new | ask | show | jobs
by lsiebert 4361 days ago
So I understand there isn't a go package manager like pip/npm/cpan. Is that correct?
2 comments

go get behaves in some ways as package manager (installs packages), it's up to the developer how it will vendor them or lock versions.