▲ | LunaSea 8 months ago | |
Go would be much worse than Node.js in most cases since dependencies directly reference GitHub projects which could have been deleted whereas NPM has a cache and immutability guarantee which makes old NPM modules available and unchanged. | ||
▲ | thiht 7 months ago | parent | next [-] | |
You rely way less on dependencies when writing Go code though. That’s in big parts why it doesn’t break nearly as much (or at all). | ||
▲ | pipe01 7 months ago | parent | prev [-] | |
Go also has the goproxy |