Does Go have an equivalent node.js’s NPM?
1st January 2014
My answer to Does Go have an equivalent node.js’s NPM? on Quora
Sort of. Go ships with a command that can download and compile a dependency for your project ("go get github.com/russross/blackfriday") but it doesn’t have a solution for library versioning yet (as far as I can tell).
http://golang.org/doc/code.html is a useful guide to how Go’s development workflow works.More recent articles
- My AI/LLM predictions for the next 1, 3 and 6 years, for Oxide and Friends - 10th January 2025
- Weeknotes: Starting 2025 a little slow - 4th January 2025
- I still don't think companies serve you ads based on spying through your microphone - 2nd January 2025