internal/godebugs.Info.Opaque (field)
7 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#L36: 	{Name: "http2debug", Package: "net/http", Opaque: true},
		table.go#L42: 	{Name: "jstmpllitinterp", Package: "html/template", Opaque: true}, // bug #66217: remove Opaque
		table.go#L47: 	{Name: "netdns", Package: "net", Opaque: true},
		table.go#L54: 	{Name: "tlskyber", Package: "crypto/tls", Changed: 23, Old: "0", Opaque: true},
	internal/godebug
		godebug.go#L127: 	if s.info == nil || s.info.Opaque {
	runtime
		metrics.go#L479: 		if !info.Opaque {
|  | The pages are generated with Golds v0.7.6. (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. |