type runtime.TypeAssertionError
9 uses
runtime (current package)
error.go#L21: type TypeAssertionError struct {
error.go#L28: func (*TypeAssertionError) RuntimeError() {}
error.go#L30: func (e *TypeAssertionError) Error() string {
iface.go#L44: panic(&TypeAssertionError{nil, typ, &inter.typ, name.name()})
iface.go#L91: panic(&TypeAssertionError{concrete: typ, asserted: &inter.typ, missingMethod: m.init()})
iface.go#L261: panic(&TypeAssertionError{iface, have, want, ""})
iface.go#L277: panic(&TypeAssertionError{nil, nil, want, ""})
iface.go#L454: panic(&TypeAssertionError{nil, nil, &inter.typ, ""})
iface.go#L487: panic(&TypeAssertionError{nil, nil, &inter.typ, ""})
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |