type runtime.TypeAssertionError
9 uses
runtime (current package)
error.go#L24: type TypeAssertionError struct {
error.go#L31: func (*TypeAssertionError) RuntimeError() {}
error.go#L33: func (e *TypeAssertionError) Error() string {
iface.go#L55: panic(&TypeAssertionError{nil, typ, &inter.Type, name.Name()})
iface.go#L102: panic(&TypeAssertionError{concrete: typ, asserted: &inter.Type, missingMethod: itabInit(m, false)})
iface.go#L275: panic(&TypeAssertionError{iface, have, want, ""})
iface.go#L291: panic(&TypeAssertionError{nil, nil, want, ""})
iface.go#L452: panic(&TypeAssertionError{nil, nil, &inter.Type, ""})
iface.go#L471: panic(&TypeAssertionError{nil, nil, &s.Inter.Type, ""})
 |
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. |