Good summary of several Go concurrency gotchas.
This was helpful for starting a go project.
Some helpful advice for writing Go.
Ben Hoyt on [semi-]automatically converting a Pascal game to Go.
Ben Hoyt's great write up of an AWK interpreter he wrote in Go, including an overview of the lexer, parser, interpreter, unit tests, and profiling for performance improvements.
The author of Trio (Python concurrency library) explains their concept of lexically-structured concurrency
After writing a few programs in Go, I appreciate its simplicity and how easy it is to cross-complile and deploy simple programs, but I agree its type system is a bit too simple.
Sum types in Go with interfaces and runtime type switches.
After writing my first small golan program, this all rings true to me.
Carolyn Van Slyck made a thing out of computers.
Covers routing, dependency management, and testing in a single post.
Fitting a website into a single IP dataframe: https://tinysite.adamdrake.com/