Most chaos engineering tools operate at the infrastructure level: they kill containers, emulate network failures, or simulate CPU overload. But errors in application logic—infinite loops, goroutine leaks, unhandled panics—remain hidden. ChaosKit is a Go framework that brings chaos engineering to the code level. It allows you to inject failures...