miguelmota/golang-for-nodejs-developers

Comparison of Node npm and Go dep

porteron opened this issue · 2 comments

I think something that would be interesting to add is the comparison of how packages are managed in Node vs Go.

I was thinking an example could be npm vs dep.

@mnoster yea that'd be good, so such as how to install, upgrade, delete packages, as well how to create and publish packages?

@miguelmota Yeah sure publishing would be cool too.