Clean/hexagonal architecture rules, folder structure, interface ownership, and dependency direction. Use when creating new packages, services, or understanding codebase structure.
原文の言語: 英語
メニュー
SkillsMP は cemezgin/go-service-guide から 6 件の skill を収集しています。skill を開くとソースと詳細を確認できます。
収集済み skill 6 件中 6 件を表示しています。
Clean/hexagonal architecture rules, folder structure, interface ownership, and dependency direction. Use when creating new packages, services, or understanding codebase structure.
原文の言語: 英語
Goroutine ownership, errgroup patterns, worker pools, and graceful shutdown. Use when writing concurrent code or parallel request handling.
原文の言語: 英語
Uber Go style guide rules for guidelines, performance, and code style. Use when writing or reviewing Go code for style compliance.
原文の言語: 英語
Tracing with OpenTelemetry and structured logging with slog. Use when adding observability to services, handlers, or debugging production issues.
原文の言語: 英語
Project patterns including functional options, must pattern, caching decorator, error handling, configuration, and HTTP clients. Use when implementing common patterns in the codebase.
原文の言語: 英語
Testing patterns including table-driven tests, mock setup, and coverage requirements. Use when writing tests or setting up test infrastructure.
原文の言語: 英語