Tag: concurrency
skill
★ 28
Concurrency safety audit for data race detection
This skill performs a comprehensive concurrency safety audit on a given file or type, tracing field access from concurrent contexts (e.g., goroutines or threads). It generates a detailed report identifying potential data races and recommend…
skill
★ 4
Idiomatic Go Patterns and Best Practices Guide
A comprehensive guide covering advanced Go development patterns, including robust error handling, idiomatic concurrency using contexts and worker pools, and best practices for interface design and package structure.