Clean/hexagonal architecture rules, folder structure, interface ownership, and dependency direction. Use when creating new packages, services, or understanding codebase structure.
Idioma del texto original: inglés
Menú
SkillsMP ha recopilado 6 skills de cemezgin/go-service-guide. Abre una skill para revisar su origen y sus detalles.
Mostrando 6 de 6 skills recopiladas.
Clean/hexagonal architecture rules, folder structure, interface ownership, and dependency direction. Use when creating new packages, services, or understanding codebase structure.
Idioma del texto original: inglés
Goroutine ownership, errgroup patterns, worker pools, and graceful shutdown. Use when writing concurrent code or parallel request handling.
Idioma del texto original: inglés
Uber Go style guide rules for guidelines, performance, and code style. Use when writing or reviewing Go code for style compliance.
Idioma del texto original: inglés
Tracing with OpenTelemetry and structured logging with slog. Use when adding observability to services, handlers, or debugging production issues.
Idioma del texto original: inglés
Project patterns including functional options, must pattern, caching decorator, error handling, configuration, and HTTP clients. Use when implementing common patterns in the codebase.
Idioma del texto original: inglés
Testing patterns including table-driven tests, mock setup, and coverage requirements. Use when writing tests or setting up test infrastructure.
Idioma del texto original: inglés