internal/abi.InterfaceType.PkgPath (field)
12 uses
internal/abi (current package)
type.go#L417: PkgPath Name // import path
internal/reflectlite
type.go#L460: tmPkgPath = t.PkgPath.Name()
type.go#L464: vmPkgPath = v.PkgPath.Name()
type.go#L493: tmPkgPath = t.PkgPath.Name()
reflect
type.go#L842: m.PkgPath = t.PkgPath.Name()
type.go#L1301: tmPkgPath = t.PkgPath.Name()
type.go#L1305: vmPkgPath = v.PkgPath.Name()
type.go#L1334: tmPkgPath = t.PkgPath.Name()
runtime
iface.go#L215: ipkg = inter.PkgPath.Name()
type.go#L70: return it.PkgPath.Name()
type.go#L397: if it.PkgPath.Name() != iv.PkgPath.Name() {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |