package godebug

Import Path
	github.com/tmc/go-iroh/internal/itls/shim/godebug (on go.dev)

Dependency Relation
	imports one package, and imported by one package

Involved Source Files Package godebug is a minimal shim for the GOROOT-private internal/godebug, providing just the Setting API that the vendored crypto/tls uses.
Package-Level Type Names (only one)
/* sort by: | */
Setting is a GODEBUG setting. IncNonDefault is a no-op (metrics-only in the original). Value returns the value of the setting from the GODEBUG environment variable, or "" if unset. This is sufficient for crypto/tls's default-path checks. func New(name string) *Setting
Package-Level Functions (only one)
New returns the Setting for the given GODEBUG key.