go
runtime_error
official
true
panic: close of closed channel
ID: go/panic-close-of-closed-channel
80%Fix Rate
95%Confidence
0Evidence
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 1.x | active | — | — | — |
Root Cause
Closing a channel that is already closed. Check if channel is closed before calling close().
generic