type runtime.plainError
19 uses
runtime (current package)
chan.go#L65: panic(plainError("makechan: size out of range"))
chan.go#L84: panic(plainError("makechan: size out of range"))
chan.go#L204: panic(plainError("send on closed channel"))
chan.go#L281: panic(plainError("send on closed channel"))
chan.go#L357: panic(plainError("close of nil channel"))
chan.go#L363: panic(plainError("close of closed channel"))
error.go#L103: type plainError string
error.go#L105: func (e plainError) RuntimeError() {}
error.go#L107: func (e plainError) Error() string {
error.go#L326: panic(plainError("value method " + pkg + "." + typ + "." + meth + " called using nil *" + typ + " pointer"))
malloc.go#L1197: panic(plainError("runtime: allocation size out of range"))
map.go#L573: panic(plainError("assignment to entry in nil map"))
map_fast32.go#L94: panic(plainError("assignment to entry in nil map"))
map_fast32.go#L184: panic(plainError("assignment to entry in nil map"))
map_fast64.go#L94: panic(plainError("assignment to entry in nil map"))
map_fast64.go#L184: panic(plainError("assignment to entry in nil map"))
map_faststr.go#L204: panic(plainError("assignment to entry in nil map"))
proc.go#L461: panic(plainError("arg size to reflect.call more than 1GB"))
select.go#L499: panic(plainError("send on closed channel"))
![]() |
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. |