Go
Advanced Go skills for concurrency, error handling, and interfaces.
Skills in this plugin
3- ▌ Go Interfaces · thebushidocollectiveUse when Go interfaces including interface design, duck typing, and composition patterns. Use when designing Go APIs and abstractions.
- ▌ Go Concurrency · thebushidocollectiveUse when Go concurrency with goroutines, channels, and sync patterns. Use when writing concurrent Go code.
- ▌ Go Error Handling · thebushidocollectiveUse when Go error handling with error wrapping, sentinel errors, and custom error types. Use when handling errors in Go applications.