Go Container Optimization Expert knowledge for building minimal, secure Go container images using static compilation, scratch/distroless base images, and Go-specific build optimizations. When to Use This Skill | Use this skill when... | Use instead when... | |---|---| | Building or auditing a Dockerfile for a Go application | Writing language-agnostic multi-stage build patterns | | Choosing between , , and Alpine for a Go binary | Hardening any container against non-root / least-privilege standards | | Driving down a Go image from hundreds of MB to single-digit MB | Composing services with Do…