type runtime.PanicNilError
5 uses
runtime (current package)
panic.go#L713: type PanicNilError struct {
panic.go#L720: _ [0]*PanicNilError
panic.go#L723: func (*PanicNilError) Error() string { return "panic called with nil argument" }
panic.go#L724: func (*PanicNilError) RuntimeError() {}
panic.go#L744: e = new(PanicNilError)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |