func internal/godebug.New

38 uses

	internal/godebug (current package)
		godebug.go#L93: func New(name string) *Setting {
		godebug.go#L223: 	s := New(name)

	crypto/internal/fips140deps/godebug
		godebug.go#L14: 	return (*Setting)(godebug.New(name))
		godebug.go#L22: 	return godebug.New(name).Value()

	crypto/internal/fips140only
		fips140only.go#L19: var Enabled = godebug.New("fips140").Value() == "only"

	crypto/rsa
		rsa.go#L248: var rsa1024min = godebug.New("rsa1024min")

	crypto/tls
		common.go#L1136: var tls10server = godebug.New("tls10server")
		conn.go#L1618: var tlsunsafeekm = godebug.New("tlsunsafeekm")
		defaults.go#L16: var tlsmlkem = godebug.New("tlsmlkem")
		defaults.go#L46: var tlsrsakex = godebug.New("tlsrsakex")
		defaults.go#L47: var tls3des = godebug.New("tls3des")
		handshake_client.go#L1068: var tlsmaxrsasize = godebug.New("tlsmaxrsasize")
		tls.go#L247: var x509keypairleaf = godebug.New("x509keypairleaf")

	crypto/x509
		parser.go#L881: var x509negativeserial = godebug.New("x509negativeserial")
		pkcs1.go#L46: var x509rsacrt = godebug.New("x509rsacrt")
		root.go#L46: var x509usefallbackroots = godebug.New("x509usefallbackroots")
		x509.go#L1180: var x509usepolicies = godebug.New("x509usepolicies")

	expvar
		expvar.go#L381: 	if godebug.New("httpmuxgo121").Value() == "1" {

	go/build
		build.go#L559: var installgoroot = godebug.New("installgoroot")

	go/types
		check.go#L30: var gotypesalias = godebug.New("gotypesalias")

	html/template
		escape.go#L167: var debugAllowActionJSTmpl = godebug.New("jstmpllitinterp")

	math/rand
		rand.go#L314: var randautoseed = godebug.New("randautoseed")
		rand.go#L317: var randseednop = godebug.New("randseednop")

	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#L484: var netdns = godebug.New("netdns")
		dial.go#L41: var multipathtcp = godebug.New("multipathtcp")
		dnsclient_unix.go#L57: var netedns0 = godebug.New("netedns0")

	net/http
		fs.go#L177: var httpservecontentkeepheaders = godebug.New("httpservecontentkeepheaders")
		servemux121.go#L25: var httpmuxgo121 = godebug.New("httpmuxgo121")
		server.go#L3739: var http2server = godebug.New("http2server")
		transfer.go#L1045: var httplaxcontentlength = godebug.New("httplaxcontentlength")
		transport.go#L389: var http2client = godebug.New("http2client")

	net/http/pprof
		pprof.go#L97: 	if godebug.New("httpmuxgo121").Value() != "1" {

	os/exec
		exec.go#L373: var execwait = godebug.New("#execwait")
		exec.go#L374: var execerrdot = godebug.New("execerrdot")

	time
		sleep.go#L16: var asynctimerchan = godebug.New("asynctimerchan")