internal/godebugs.Info.Opaque (field)
5 uses
internal/godebugs (current package)
table.go#L16: Opaque bool // setting does not export information to runtime/metrics using [internal/godebug.Setting.IncNonDefault]
table.go#L33: {Name: "http2debug", Package: "net/http", Opaque: true},
table.go#L41: {Name: "netdns", Package: "net", Opaque: true},
internal/godebug
godebug.go#L107: if s.info == nil || s.info.Opaque {
runtime
metrics.go#L471: if !info.Opaque {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |