type runtime.errorString
29 uses
runtime (current package)
alg.go#L108: panic(errorString("hash of unhashable type " + t.string()))
alg.go#L125: panic(errorString("hash of unhashable type " + t.string()))
alg.go#L208: panic(errorString("hash of unhashable type " + t.string()))
alg.go#L266: panic(errorString("comparing uncomparable type " + t.string()))
alg.go#L283: panic(errorString("comparing uncomparable type " + t.string()))
cgocall.go#L460: panic(errorString(msg))
cgocall.go#L468: panic(errorString(msg))
cgocall.go#L478: panic(errorString(msg))
cgocall.go#L485: panic(errorString(msg))
cgocall.go#L496: panic(errorString(msg))
cgocall.go#L511: panic(errorString(msg))
cgocall.go#L540: panic(errorString(msg))
cgocall.go#L566: panic(errorString(msg))
cgocall.go#L578: panic(errorString(msg))
error.go#L72: type errorString string
error.go#L74: func (e errorString) RuntimeError() {}
error.go#L76: func (e errorString) Error() string {
panic.go#L180: var shiftError = error(errorString("negative shift amount"))
panic.go#L187: var divideError = error(errorString("integer divide by zero"))
panic.go#L194: var overflowError = error(errorString("integer overflow"))
panic.go#L201: var floatError = error(errorString("floating point error"))
panic.go#L208: var memoryError = error(errorString("invalid memory address or nil pointer dereference"))
signal_unix.go#L756: panic(errorString(sigtable[g.sig].name))
slice.go#L27: panic(errorString("makeslice: len out of range"))
slice.go#L31: panic(errorString("makeslice: cap out of range"))
slice.go#L135: panic(errorString("growslice: cap out of range"))
slice.go#L219: panic(errorString("growslice: cap out of range"))
string.go#L307: panic(errorString("gobytes: length out of range"))
trace.go#L205: return errorString("tracing is already enabled")
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |