go type_error official true

panic: runtime error: makeslice: len out of range

ID: go/panic-runtime-error-makeslice-len-out-of-range

Also available as: JSON · Markdown
80%Fix Rate
95%Confidence
0Evidence

Version Compatibility

VersionStatusIntroducedDeprecatedNotes
1.x active

Root Cause

make() called with negative length. The length argument must be non-negative.

generic