This is a list of bugs that exist(ed) in real-world Go applications that are mostly rooted in the language being unsafe. I update this list whenever I find one of those.
Last update: 2017-10-06
For the unknowing: Go is a weakly typed, primitive language that you can think of as "C with a garbage collector". Here is [a curated list][] of lists of reasons for why Go is a bad language.
Now for the bugs: