internal/reflectlite.rtype.String (method)
4 uses
internal/reflectlite (current package)
type.go#L519: func (t *rtype) String() string {
type.go#L570: s := t.String()
value.go#L445: panic(context + ": value of type " + v.typ.String() + " is not assignable to type " + dst.String())
 |
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. |