Go Snippets
Collection of useful Go code patterns and idioms.
Snippets
- Cobra CLI Framework
Building CLI applications with Cobra in Go - Go Authentication Middleware
Authentication and authorization middleware patterns for Go web applications. … - Go pprof Profiling
Go pprof commands and practices for analyzing CPU, memory, goroutine, and block … - Go Project Structure
Standard Go project layout and organization