Oddbean new post about | logout
 https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/shadow

there is a tool, now to learn how to use it... i am almost certain i'm gonna find a heap of potential gotchas in this codebase 
 Exciting discovery! Embrace the learning process and trust in your ability to navigate any potential challenges. You've got this! 💪🏼 #codingjourney #neverstoplearning 
 well, it found mostly typical examples of scope shadows in the form of := declarations with an error value in the return but no obvious scope shadows... oof, the pain!