reflect.Type.PkgPath (method)
5 uses
reflect (current package)
iter.go#L15: convert := t.PkgPath() != ""
type.go#L102: PkgPath() string
go.opentelemetry.io/otel/semconv/v1.41.0
error_type.go#L58: pkg, name := t.PkgPath(), t.Name()
go.opentelemetry.io/otel/trace
auto.go#L500: if t.PkgPath() == "" && t.Name() == "" {
auto.go#L504: return fmt.Sprintf("%s.%s", t.PkgPath(), t.Name())
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |