reflect.StructField.PkgPath (field)

11 uses

	reflect (current package)
		type.go#L1147: 	PkgPath string
		type.go#L1158: 	return f.PkgPath == ""
		type.go#L1251: 		f.PkgPath = t.pkgPath.name()
		type.go#L2833: 	if field.Anonymous && field.PkgPath != "" {
		type.go#L2857: 	return f, field.PkgPath

	github.com/aws/aws-sdk-go-v2/aws/transport/http
		client.go#L213: 		if len(ft.PkgPath) != 0 {

	github.com/go-pg/pg/v10/orm
		table.go#L360: 	if f.PkgPath != "" {

	github.com/google/go-cmp/cmp
		options.go#L242: 				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...)

	github.com/vmihailenco/msgpack/v5
		types.go#L195: 		if f.PkgPath != "" && !f.Anonymous {