go-control-flow

Installation
SKILL.md

Go Control Flow

Resource Routing

  • references/SWITCH-PATTERNS.md - Read when using switch statements, type switches, fallthrough, or labeled breaks.
  • references/BLANK-IDENTIFIER.md - Read when using _, blank imports, unused compile-time assertions, or intentional discards.

If with Initialization

if and switch accept an optional initialization statement. Use it to scope variables to the conditional block:

Installs
755
GitHub Stars
126
First Seen
Jan 27, 2026
go-control-flow — cxuu/golang-skills