type runtime.PanicNilError
5 uses
runtime (current package)
panic.go#L784: type PanicNilError struct {
panic.go#L791: _ [0]*PanicNilError
panic.go#L794: func (*PanicNilError) Error() string { return "panic called with nil argument" }
panic.go#L795: func (*PanicNilError) RuntimeError() {}
panic.go#L812: e = new(PanicNilError)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)