godebugs

Constants & Variables

All var #

All is the table of known settings, sorted by Name. Note: After adding entries to this table, run 'go generate runtime/metrics' to update the runtime/metrics doc comment. (Otherwise the runtime/metrics test will fail.) Note: After adding entries to this table, update the list in doc/godebug.md as well. (Otherwise the test in this package will fail.)

var All = []Info{...}

Structs

Info struct #

An Info describes a single known GODEBUG setting.

type Info struct {
Name string
Package string
Changed int
Old string
Opaque bool
}

Functions

Lookup function #

Lookup returns the Info with the given name.

func Lookup(name string) *Info

Generated with Arrow