package
Version:
v0.5.1
Opens a new window with list of versions in this module.
Published: Oct 7, 2024
License: MPL-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Load fills the structure env argument by loading environment variables
into it.
type Env[T any] struct {
}
Env is a type that holds information about a single environment variable.
It can give both the environment variable source name and its loaded
value.
func (e Env[T]) Value() T
Source Files
¶
Click to show internal directories.
Click to hide internal directories.