# panic: runtime error: slice bounds out of range

- **ID:** `go/panic-runtime-error-slice-bounds-out-of-range`
- **Domain:** go
- **Category:** range_error
- **Verification:** official
- **Fix Rate:** 80%

## Root Cause

Slice operation with bounds exceeding capacity. The start or end index is invalid for the slice length.

## Version Compatibility

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