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.