概要
This skill provides a comprehensive toolkit for building high-performance, secure RESTful APIs in Go. It offers domain-specific guidance on architecting handlers using the standard library or popular frameworks like Gin and Chi, implementing robust middleware for logging and recovery, and securing endpoints with JWT authentication. Designed for production environments, it includes patterns for request validation, resilient retry logic, and standardized unit testing to ensure your Go backends are scalable, maintainable, and follow industry best practices.