Claude Rules for Go

CLAUDE.md rules for Go development. Enforces idiomatic Go patterns, proper error handling, naming conventions, and Go module conventions.

1 rule matching Go

Why add Go rules to your CLAUDE.md?

Go has strong idioms that Claude sometimes misses — especially around error handling, interface design, and package naming. CLAUDE.md rules for Go projects typically enforce explicit error returns rather than panics, require using standard library packages over third-party alternatives where possible, and set expectations around how interfaces should be kept small and defined at the point of use.