·golang-idioms
</>

golang-idioms

Idiomatische Go-Muster für Fehlerbehandlung, Schnittstellen, Parallelität, Tests und Modulverwaltung

15Installationen·6Trend·@rohitg00

Installation

$npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill golang-idioms

So installieren Sie golang-idioms

Installieren Sie den KI-Skill golang-idioms schnell in Ihrer Entwicklungsumgebung über die Kommandozeile

  1. Terminal öffnen: Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Installationsbefehl ausführen: Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill golang-idioms
  3. Installation überprüfen: Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Quelle: rohitg00/awesome-claude-code-toolkit.

Use t.Helper() in all test utility functions. Use t.Cleanup() instead of defer for test resource cleanup. Use testdata/ directory for test fixtures.

Use go mod tidy before every commit. Pin major versions. Review changelogs before updating.

Use log/slog (standard library, Go 1.21+). Use structured fields, never string interpolation. Include request ID, user ID, and operation name in every log entry.

Idiomatische Go-Muster für Fehlerbehandlung, Schnittstellen, Parallelität, Tests und Modulverwaltung Quelle: rohitg00/awesome-claude-code-toolkit.

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill golang-idioms
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-22
Aktualisiert
2026-03-10

Browse more skills from rohitg00/awesome-claude-code-toolkit

Schnelle Antworten

Was ist golang-idioms?

Idiomatische Go-Muster für Fehlerbehandlung, Schnittstellen, Parallelität, Tests und Modulverwaltung Quelle: rohitg00/awesome-claude-code-toolkit.

Wie installiere ich golang-idioms?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill golang-idioms Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Wo ist das Quell-Repository?

https://github.com/rohitg00/awesome-claude-code-toolkit