reflect.interfaceType.pkgPath (field)

5 uses

	reflect (current package)
		type.go#L391: 	pkgPath name      // import path
		type.go#L1063: 			m.PkgPath = t.pkgPath.name()
		type.go#L1497: 						tmPkgPath = t.pkgPath.name()
		type.go#L1501: 						vmPkgPath = v.pkgPath.name()
		type.go#L1530: 					tmPkgPath = t.pkgPath.name()