reflect.Method.PkgPath (field)
6 uses
reflect (current package)
type.go#L577: PkgPath string
type.go#L1061: m.PkgPath = pname.pkgPath()
type.go#L1062: if m.PkgPath == "" {
type.go#L1063: m.PkgPath = t.pkgPath.name()
github.com/google/go-cmp/cmp/internal/value
name.go#L138: if qualified && m.PkgPath != "" {
name.go#L140: b = append(b, m.PkgPath...)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |