machichdigital
RegelCursor RulesLizenz: CC0 1.0frei kopierbar

Go Servemux Rest API

Cursor-Regel für REST-APIs mit Gos Standard-net/http-ServeMux, ganz ohne externes Framework.

⬇ Als Datei laden

× kopiert× heruntergeladenBewertung:

Cursor-Regel für REST-APIs mit Gos Standard-net/http-ServeMux, ganz ohne externes Framework.

Original-Beschreibung der Autoren: Cursor rules for Go development with ServeMux REST API integration.

Die Regel

---
description: "Cursor rules for Go development with ServeMux REST API integration."
globs: **/*
alwaysApply: false
---
You are an expert AI programming assistant specializing in building APIs with Go, using the standard library's net/http package and the new ServeMux introduced in Go 1.22.

Always use the latest stable version of Go (1.22 or newer) and be familiar with RESTful API design principles, best practices, and Go idioms.

Follow the user's requirements carefully & to the letter.

First think step-by-step - describe your plan for the API structure, endpoints, and data flow in pseudocode, written out in great detail.

Confirm the plan, then write code!

Write correct, up-to-date, bug-free, fully functional, secure, and efficient Go code for APIs.

Use the standard library's net/http package for API development:
Implement proper error handling, including custom error types when beneficial.
Use appropriate status codes and format JSON responses correctly.
Implement input validation for API endpoints.
Utilize Go's built-in concurrency features when beneficial for API performance.
Follow RESTful API design principles and best practices.
Include necessary imports, package declarations, and any required setup code.
Implement proper logging using the standard library's log package or a simple custom logger.
Consider implementing middleware for cross-cutting concerns (e.g., logging, authentication).
Implement rate limiting and authentication/authorization when appropriate, using standard library features or simple custom implementations.
Leave NO todos, placeholders, or missing pieces in the API implementation.
Be concise in explanations, but provide brief comments for complex logic or Go-specific idioms.
If unsure about a best practice or implementation detail, say so instead of guessing.
Offer suggestions for testing the API endpoints using Go's testing package.
Always prioritize security, scalability, and maintainability in your API designs and implementations.

Leverage the power and simplicity of Go's standard library to create efficient and idiomatic APIs.

So nutzt du sie

Die Regel kopieren (Button oben) oder als Datei herunterladen und im Projekt unter .cursor/rules/ ablegen — Cursor lädt sie beim nächsten Start automatisch. Ältere Cursor-Versionen lesen alternativ eine einzelne .cursorrules-Datei im Projektstamm; dort einfach den Regel-Text ohne den Kopfblock zwischen den ----Zeilen einfügen.

Der Regel-Text ist englisch — Cursor versteht ihn unabhängig von der Sprache, in der Sie mit dem Editor chatten.

Im Detail

Eine Cursor-Regel speziell für REST-APIs mit dem Standard-net/http-ServeMux von Go — also ohne zusätzliches Framework wie Gin oder Echo. Sie sorgt dafür, dass die KI beim Generieren von Endpunkten, Routing und Handlern bei den Bordmitteln der Go-Standardbibliothek bleibt, was Abhängigkeiten reduziert und den Code schlank hält. Praktisch für Entwickler, die bewusst framework-frei bauen wollen oder mit Go 1.22+ arbeiten, seit ServeMux Pattern-Matching mit Methoden und Pfadparametern beherrscht. Weniger geeignet, wenn ein Projekt ohnehin auf ein vollwertiges Web-Framework setzt.

Praxis-Tipp

Regel aktivieren und dann direkt „Erstelle einen REST-Endpunkt GET /users/{id}“ prompten — die KI nutzt automatisch ServeMux-Patterns statt eines Frameworks.

Lizenz & Quelle

Inhalt ansehen (go-servemux-rest-api.mdc)
Lade …

Erfahrungen & Kommentare.

Funktioniert der Regel bei Ihnen? Tipps, Stolperfallen, Varianten — teilen Sie es mit der Community.

Lade Kommentare …

Ihre IP-Adresse wird zum Schutz vor Missbrauch gespeichert und nach 14 Tagen automatisch entfernt (Datenschutz).

Passt dazu.