func internal/godebug.Get
7 uses
internal/godebug (current package)
godebug.go#L11: func Get(key string) string {
internal/intern
intern.go#L72: if godebug.Get("intern") == "leaky" {
crypto/tls
common.go#L978: var debugEnableTLS10 = godebug.Get("tls10default") == "1"
crypto/x509
x509.go#L734: var debugAllowSHA1 = godebug.Get("x509sha1") == "1"
net
conf.go#L290: goDebug := godebug.Get("netdns")
net/http
server.go#L3300: if omitBundledHTTP2 || godebug.Get("http2server") == "0" {
transport.go#L363: if godebug.Get("http2client") == "0" {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)