go
type_error
official
true
panic: runtime error: makeslice: len out of range
ID: go/panic-runtime-error-makeslice-len-out-of-range
80%Fix Rate
95%Confidence
0Evidence
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 1.x | active | — | — | — |
Root Cause
make() called with negative length. The length argument must be non-negative.
generic