go vet shadow warns of variable shadowing. That is where you declare a variable with the same name, in the same scope.
Do you dare enable it?
go vet shadow warns of variable shadowing. That is where you declare a variable with the same name, in the same scope.
Do you dare enable it?
Oh yes, I always have it enabled!
Kudos to you Sybren.