(no title)
wereHamster | 1 month ago
If go.sum has "no observable effect on builds", you don't know what you're building and go can download and run unverified code.
I'm not a go developer and must be misunderstanding something...
wereHamster | 1 month ago
If go.sum has "no observable effect on builds", you don't know what you're building and go can download and run unverified code.
I'm not a go developer and must be misunderstanding something...
PunchyHamster|1 month ago
I think it's coz not EVERY language's lockfile comes with checksum
So, Go's go.mod is functionally equivalent Ruby Gem lockfile (that doesn't have checksum) but need to get go.sum to be equivalent to npm's (that does come with checksum)
Author just compared it to languages where lockfile means just version lock
wereHamster|1 month ago
JetSetIlly|1 month ago
wereHamster|1 month ago
zelphirkalt|1 month ago
inglor|1 month ago
alias_neo|1 month ago