runtime.uncommontype.pkgpath (field)
7 uses
runtime (current package)
heapdump.go#L197: if x := t.uncommon(); x == nil || t.nameOff(x.pkgpath).name() == "" {
heapdump.go#L200: pkgpathstr := t.nameOff(x.pkgpath).name()
iface.go#L222: pkgPath = typ.nameOff(x.pkgpath).name()
type.go#L138: return t.nameOff(u.pkgpath).name()
type.go#L354: pkgpath nameOff
type.go#L622: pkgpatht := t.nameOff(ut.pkgpath).name()
type.go#L623: pkgpathv := v.nameOff(uv.pkgpath).name()
![]() |
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. |