type internal/godebug.Setting
9 uses
internal/godebug (current package)
godebug.go#L46: type Setting struct {
godebug.go#L73: func New(name string) *Setting {
godebug.go#L74: return &Setting{name: name}
godebug.go#L78: func (s *Setting) Name() string {
godebug.go#L86: func (s *Setting) Undocumented() bool {
godebug.go#L91: func (s *Setting) String() string {
godebug.go#L101: func (s *Setting) IncNonDefault() {
godebug.go#L106: func (s *Setting) register() {
godebug.go#L137: func (s *Setting) Value() string {
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. |