const internal/abi.BoundsSliceAcap
5 uses
internal/abi (current package)
bounds.go#L14: BoundsSliceAcap // s[?:x], 0 <= x <= cap(s) failed
runtime
error.go#L144: abi.BoundsSliceAcap: "slice bounds out of range [:%x] with capacity %y",
error.go#L157: abi.BoundsSliceAcap: "slice bounds out of range [:%x]",
panic.go#L140: panic(boundsError{x: int64(x), signed: true, y: y, code: abi.BoundsSliceAcap})
panic.go#L146: panic(boundsError{x: int64(x), signed: false, y: y, code: abi.BoundsSliceAcap})
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)