Spotlight-Tip

JSON Lines

This happens when JSON and CSV have a baby. (And how your Go code can benefit from it.)

Option Types

Are option types a good idea, or are they just syntactic sugar?

A Delve Debugger Cheatsheet

Debuggers tend to go overboard with features and subcommands. This Delve cheatsheet lists the most important commands that cover 90% of all use cases.

Avoid Anonymous Types

Anonymous types may seem like a suitable shortcut for simple scenarios, but the drawbacks don't outweigh the (perceived) benefits.

Weak Pointers

I would have called them modest pointers. They are unobtrusive and don't leave any garbage behind.