Cursor rule
.cursor/rules/go.mdc[object Object]
Cursor rules
Quality
49/100
Scores the file, not the repository.Length
115 words
5 headings · 0 code blocksRepository
33
— · pushed 482 days agoLast changed
3 days ago
First indexed 3 days ago.123456# Go Development Rules78## Directory Structure9- Use simple Go project layout10 - ./cmd/ for individual subcommands11 -12- NEVER create a pkg or internal directory1314## Code Changes15- Minimize file changes by keeping related functionality together16- Prefer modifying existing files over creating new ones17- Use interfaces to reduce coupling between components1819## Library use20- ALWAYS use the go std library when writing new code21- NEVER use a third party package without explicit user request2223## Testing24- Tests MUST fail if the code they're testing isn't implemented25- NEVER modify tests to make them pass without implementing the required functionality26- Write tests before implementing features (TDD approach)
Also in superfly/flymcp
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| superfly/flymcp.cursor/rules/go-test.mdc · 33 | Cursor rules | testdo-not | 36/100 | 3 days ago |
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 3 days ago | |
| hiromaily/go-crypto-wallet.cursor/rules/proto.mdc · 126 | Cursor rules | buildlint-formatstylearch+3 | 96/100 | 3 days ago | |
| hiromaily/go-crypto-wallet.cursor/rules/task-context-loading.mdc · 126 | Cursor rules | archtypesdatabasedo-not+1 | 93/100 | 3 days ago | |
| lepinkainen/hermes.cursor/rules/project-rules.mdc · 5 | Cursor rules | testlint-formatstylearch+1 | 90/100 | 3 days ago | |
| burugo/one-mcp.cursor/rules/tdd.mdc · 406 | Cursor rules | testlint-formattesting-strategyapi+1 | 89/100 | 3 days ago | |
| ali205412/har-mcp.cursor/rules/go.mdc · 0 | Cursor rules | buildtestlint-formatstyle+6 | 86/100 | 3 days ago | |
| tjamet/har-mcp.cursor/rules/go.mdc · 26 | Cursor rules | buildtestlint-formatstyle+6 | 86/100 | 3 days ago | |
| compozy/gograph.cursor/rules/task-generate-list.mdc · 9 | Cursor rules | testlint-formatarchdo-not+1 | 85/100 | 3 days ago |
