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