3 rules available in the Cursor directory
Rules for Go backend services enforcing idiomatic Go patterns, proper error handling, and clean architecture conventions.
- Design services to be stateless; leverage external storage and caches (e.g., Redis) for state persistence.
- Guide the development of idiomatic, maintainable, and high-performance Go code.