type runtime.PanicNilError
5 uses
runtime (current package)
panic.go#L714: type PanicNilError struct {
panic.go#L721: _ [0]*PanicNilError
panic.go#L724: func (*PanicNilError) Error() string { return "panic called with nil argument" }
panic.go#L725: func (*PanicNilError) RuntimeError() {}
panic.go#L745: e = new(PanicNilError)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)