Discover Packages
tailscale.com
util
def
package
Version:
v1.102.0
Opens a new window with list of versions in this module.
Published: Jul 23, 2026
License: BSD-3-Clause
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package def parses strings and environment variables with fallback default values.
Bool parses s as a bool, returning def when s is empty or invalid.
Duration parses s as a time.Duration, returning def when s is empty or invalid.
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.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.