internal/abi.InterfaceType.PkgPath (field)
12 uses
internal/abi (current package)
type.go#L449: PkgPath Name // import path
internal/reflectlite
type.go#L449: tmPkgPath = t.PkgPath.Name()
type.go#L453: vmPkgPath = v.PkgPath.Name()
type.go#L482: tmPkgPath = t.PkgPath.Name()
reflect
type.go#L1054: m.PkgPath = t.PkgPath.Name()
type.go#L1537: tmPkgPath = t.PkgPath.Name()
type.go#L1541: vmPkgPath = v.PkgPath.Name()
type.go#L1570: tmPkgPath = t.PkgPath.Name()
runtime
iface.go#L227: ipkg = inter.PkgPath.Name()
type.go#L77: return it.PkgPath.Name()
type.go#L580: if it.PkgPath.Name() != iv.PkgPath.Name() {
![]() |
The pages are generated with Golds v0.8.4. (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. |