# panic: send on closed channel

- **ID:** `go/panic-send-on-closed-channel`
- **Domain:** go
- **Category:** runtime_error
- **Verification:** official
- **Fix Rate:** 80%

## Root Cause

Sending on a channel that has been closed. Only receive operations are allowed on closed channels.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| 1.x | active | — | — |
