go
runtime_error
official
true
panic: send on closed channel
ID: go/panic-send-on-closed-channel
80%Fix Rate
95%Confidence
0Evidence
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 1.x | active | — | — | — |
Root Cause
Sending on a channel that has been closed. Only receive operations are allowed on closed channels.
generic