mkolodzej/effective-go icon
public
Published on 3/21/2025
Effective Go Rules

A ruleset generated from Effective Go (https://go.dev/doc/effective_go)

Rules
effective-go
Be concise and helpful.  Use type hints consistently. Optimize for readability over premature optimization. Emphasize locality of behavior in the code that is written.