You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Errors returned by the [Set] method can be tested against these variables using [errors.Is]
var (
ErrInvalidTypeConversion = errors.New("invalid type conversion") // returned when the environment variable is not properly parsed to the expected field type
ErrParserNotAvailable = errors.New("parser not available") // the field to be set has no parser for its reflect.Kind