reflect.Method.PkgPath (field)
8 uses
reflect (current package)
type.go#L615: PkgPath string
type.go#L624: return m.PkgPath == ""
type.go#L1111: m.PkgPath = pname.pkgPath()
type.go#L1112: if m.PkgPath == "" {
type.go#L1113: m.PkgPath = t.pkgPath.name()
github.com/go-pg/pg/v10/orm
table.go#L523: if m.PkgPath != "" {
github.com/google/go-cmp/cmp/internal/value
name.go#L145: if qualified && m.PkgPath != "" {
name.go#L147: b = append(b, m.PkgPath...)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)