Section 17
Blank Identifier
The blank identifier _ is a write-only discard slot. Go requires every declared variable to be used — _ is how you say "I am intentionally not using this value."
Four uses of _
_ — four contexts
Interface check pattern — you will see this in every Go codebase
compile-time interface assertion