# Go Backend Scalability

> Scalability-minded conventions for a Go backend

Source: https://aistack.sh/rule/go-backend-scalability
Real source: https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/go-backend-scalability-cursorrules-prompt-file.mdc
Author: awesome-cursorrules community (curated by PatrickJS)
Category: cursor-rule
Stack: Go
Last verified: 2026-09-06

Cursor Project Rules for Go backend development with an emphasis on scalability: concurrency patterns, service boundaries, and performance-aware defaults.

## Install

### cursor

```
mkdir -p .cursor/rules
curl -o .cursor/rules/go-backend-scalability-cursorrules-prompt-file.mdc https://raw.githubusercontent.com/PatrickJS/awesome-cursorrules/main/rules/go-backend-scalability-cursorrules-prompt-file.mdc
```

Per the repo's own instructions: create a .cursor/rules/ directory in your project, then copy the .mdc file into it. Cursor auto-attaches the rule based on the globs in its frontmatter.

---

From aistack.sh. Last verified 2026-09-06.
