def

package
v1.102.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2026 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Overview

Package def parses strings and environment variables with fallback default values.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Bool

func Bool(s string, def bool) bool

Bool parses s as a bool, returning def when s is empty or invalid.

func Duration

func Duration(s string, def time.Duration) time.Duration

Duration parses s as a time.Duration, returning def when s is empty or invalid.

func LookupEnv

func LookupEnv(key, def string) string

LookupEnv retrieves the value of the environment variable named by the key. If the variable is present in the environment the value (which may be empty) is returned. Otherwise, it returns def.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL