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

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

Rules

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