“Darker Corners of Go”
Another entry from my reading list: “Darker Corners of Go”. Rytis Bieliunas has taken the effort to write down all the points to consider when programming with Go. A lengthy list, even if I personally find Go simpler than, say, Java.
Some things, like the ordering of maps, I already know (after I stumbled over it myself), but for example the chapter slices and arrays I think I have to take a closer look at.
https://rytisbiel.com/2021/03/06/darker-corners-of-go/
Tags: Go, Programming