Results from a December 2016 user survey, with commentary and insights from the Go team. Respondents praised Go’s simplicity and would most like to see generics added to the language.
The tale of building a simple IoT agent, how the resulting binary is a little.. fat, and how to use gofat to help surgically trim Go binary sizes down a bit.
Fast, no external dependencies, and a pure Go way to detect what language text is written in. It uses lists of common trigrams in each of 84 languages.