package
Version:
v0.0.0-...-e31961d
Opens a new window with list of versions in this module.
Published: Apr 22, 2022
License: GPL-3.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.
README
¶
Envfile
Helper file for environment variable loader
This is useful for local environment
Documentation
¶
Load envfile
capable of reading multiple files
type EnvConfigYAML struct {
Envs []EnvYAML `yaml:"envs"`
}
EnvConfigYAML struct
type EnvYAML struct {
Name string `yaml:"name"`
Value string `yaml:"value"`
}
EnvYAML file struct
Source Files
¶
Click to show internal directories.
Click to hide internal directories.