internal/abi.StructType.PkgPath (field)
10 uses
internal/abi (current package)
type.go#L559: PkgPath Name
internal/reflectlite
type.go#L616: if t.PkgPath.Name() != v.PkgPath.Name() {
reflect
type.go#L980: f.PkgPath = t.PkgPath.Name()
type.go#L1465: if t.PkgPath.Name() != v.PkgPath.Name() {
type.go#L2438: typ.PkgPath = newName(pkgpath, "", false, false)
runtime
type.go#L67: return st.PkgPath.Name()
type.go#L441: if st.PkgPath.Name() != sv.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. |