Level Up Your Golang Linting
As I was reading 100 Go Mistakes and How to Avoid Them, I paused on the section about running linters. It illustrated the importance of linting by showing an example of variable shadowing in Go. I threw the code into VSCode and to my dismay… no linter warning! 5 minutes of Googling later I discovered …