Skip to main content
Ejecuta cualquier Skill en Manus
con un clic

go-programming

Estrellas4
Forks0
Actualizado31 de marzo de 2026 a las 01:56

Write idiomatic Go code following Go conventions and best practices. Structure code using proper package organization with clear imports. Define structs with appropriate field types and tags. Implement methods with proper receiver types (value vs pointer). Create and implement interfaces for abstraction. Handle errors explicitly using Go's error interface, returning errors as the last return value. Use proper naming conventions (exported vs unexported identifiers). Implement proper memory management and avoid common pitfalls like nil pointer dereferences. Use Go's built-in types effectively (slices, maps, channels) and leverage goroutines and channels for concurrent programming when appropriate. Include proper documentation comments and follow gofmt formatting standards.

Instalación

Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.

SKILL.md
readonly