Mistakes happen in Go code just like in any other language: typos, duplicates, broken condition checks, and so on.
But why do they still slip through? After all, many teams use tools like go vet, which catches all of this perfectly well... right?
In this webinar we covered:
Common mistakes in Go code, straight from well-known projects
Errors that standard tools and approaches fail to catch — and how to handle them
0