reflect.StructField.PkgPath (field)
8 uses
reflect (current package)
type.go#L1007: PkgPath string
type.go#L1018: return f.PkgPath == ""
type.go#L1111: f.PkgPath = t.PkgPath.Name()
type.go#L2529: if field.Anonymous && field.PkgPath != "" {
type.go#L2548: return f, field.PkgPath
github.com/google/go-cmp/cmp
options.go#L252: pkgPath = t.Field(i).PkgPath
github.com/google/go-cmp/cmp/internal/value
name.go#L102: if qualified && sf.PkgPath != "" {
name.go#L104: b = append(b, sf.PkgPath...)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)