Bringing `go mod vendor` to `NPM`
engineering.hardfin.com
Bringing `go mod vendor` to `NPM`
1–3 of 3 posts
Re: Bringing `go mod vendor` to `NPM`
#2Thought you might find https://verdverm.com/go-mods/ interesting. Outlines many of the lesser known features of `go mod`
Would be really interesting to have an MVS style NPM dep tree and do away with the lock file all together!
Re: Bringing `go mod vendor` to `NPM`
#3Thought you might find https://verdverm.com/go-mods/ interesting. Outlines many of the lesser known features of `go mod` Would be really interesting to have an MVS style NPM dep tree and do away with the lock file all together!
I love it, thanks!