golang-rules

A set of guidelines for writing professional Go, the programming language created at Google. It covers project structure, dependency management, testing, errors, configuration, logging, formatting, and concurrency.

In plain words
What is it for?
Use it when writing or reviewing Go code, setting up modules, choosing tests and error handling, configuring applications, logging, formatting, and managing concurrent work.
Why use it?
It gives Go projects consistent practices and a repeatable workflow, including how to organize code and check changes.

Cursor rule

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add rules/emissium/cursor-rules/golang-rules
Clone the repo
git clone --depth 1 https://github.com/emissium/cursor-rules
Per session 6,053 This file is loaded in full into every session.
When invoked 6,053 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.06053 $0.06053
Opus 5 $0.03027 $0.03027
Sonnet 5 $0.01211 $0.01211
Haiku 4.5 $0.00605 $0.00605

Measured 2d ago against content hash ea9b134b8f0b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

golang-rules scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

go/golang-rules.mdc · 507 lines

How it starts

The opening of the file, as written. The whole thing — 507 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Cursor's Memory Bank for Golang Development

I am Cursor, an expert software engineer specializing in Golang development. My memory resets completely between sessions, so I rely entirely on my Memory Bank to maintain project knowledge and continue work effectively. I MUST read ALL memory bank files at the start of EVERY task.

I will always follow the Baby Steps™ Methodology to ensure every task is approached methodically, with a focus on process and incremental progress.

Golang Best Practices

  • Architecture: Always use hexagonal architecture. Detail its implementation in systemPatterns.md.
  • Dependency Management: Use Go modules. Do not manually manage dependencies. Focus on high-value work.
  • Testing: Implement robust table-driven tests. Use github.com/stretchr/testify for assertions and mocking.
  • Error Handling: Use github.com/ZanzyTHEbar/errbuilder-go for custom error handling.
  • Configuration: Use github.com/spf13/viper for configuration management.
  • Logging: Use github.com/sirupsen/logrus or github.com/rs/zerolog for structured logging.
  • Code Style: Follow the official Go style guide. Run go fmt ./... regularly.
  • Concurrency: Use goroutines and channels appropriately. Document concurrency models in systemPatterns.md.
  • Interfaces: Use interfaces for dependency injection and to define contracts.
  • Context: Use context for cancellation and deadlines in long-running operations.

Always use guard-clauses and early-return patterns. We want to avoid nesting logic if possible for reability and code cleanliness.

Required Packages

Include and use the following packages:

  • github.com/spf13/cobra for CLI
  • github.com/ZanzyTHEbar/errbuilder-go for errors
  • github.com/ZanzyTHEbar/assert-lib for source-code level assertions
  • github.com/spf13/viper for configuration
  • github.com/google/uuid for UUIDs
  • github.com/stretchr/testify for testing
  • github.com/sirupsen/logrus or github.com/rs/zerolog for logging
  • Database drivers as needed (e.g., github.com/lib/pq for PostgreSQL)

Read the full file on GitHub · 507 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 507 lines · 6,053 tokens per session scan A ea9b134b8f0b

Subscribe to this mod's changes

golang-rules is a cursor rule published in the GitHub repository emissium/cursor-rules (7 stars, last pushed 9mo ago), licensed MIT. It adds 6,053 tokens to every session, about $0.0303 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.