Discover Packages
github.com/tarantool/go-config
internal
environ
package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Mar 10, 2026
License: BSD-2-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 environ provides utilities for parsing environment variables.
Parse returns an iterator over environment variables.
It yields each environment variable as a key-value pair.
Malformed entries (without an '=' delimiter or with empty key) are skipped.
ParseAll returns an iterator over all environment variables
obtained from os.Environ().
Source Files
¶
Click to show internal directories.
Click to hide internal directories.