func internal/godebug.New
14 uses
internal/godebug (current package)
godebug.go#L73: func New(name string) *Setting {
godebug.go#L203: s := New(name)
internal/intern
intern.go#L69: var intern = godebug.New("#intern")
crypto/tls
handshake_client.go#L945: var tlsmaxrsasize = godebug.New("tlsmaxrsasize")
crypto/x509
root.go#L36: var x509usefallbackroots = godebug.New("x509usefallbackroots")
x509.go#L872: var x509sha1 = godebug.New("x509sha1")
math/rand
rand.go#L314: var randautoseed = godebug.New("randautoseed")
mime/multipart
formdata.go#L37: multipartFiles = godebug.New("#multipartfiles") // TODO: document and remove #
formdata.go#L38: multipartMaxParts = godebug.New("multipartmaxparts")
multipart.go#L353: var multipartMaxHeaders = godebug.New("multipartmaxheaders")
net
conf.go#L472: var netdns = godebug.New("netdns")
dial.go#L25: var multipathtcp = godebug.New("multipathtcp")
net/http
server.go#L3313: var http2server = godebug.New("http2server")
transport.go#L365: var http2client = godebug.New("http2client")
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. |