type internal/godebug.Setting
11 uses
internal/godebug (current package)
godebug.go#L61: type Setting struct {
godebug.go#L93: func New(name string) *Setting {
godebug.go#L94: return &Setting{name: name}
godebug.go#L98: func (s *Setting) Name() string {
godebug.go#L106: func (s *Setting) Undocumented() bool {
godebug.go#L111: func (s *Setting) String() string {
godebug.go#L121: func (s *Setting) IncNonDefault() {
godebug.go#L126: func (s *Setting) register() {
godebug.go#L157: func (s *Setting) Value() string {
crypto/internal/fips140deps/godebug
godebug.go#L11: type Setting godebug.Setting
godebug.go#L18: return (*godebug.Setting)(s).Value()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)