Package env is a Go package that can be used to load environment variables from files.
https://code.soquee.net/env/
We're on Codeberg now so these files are not useful. Signed-off-by: Sam Whited <sam@samwhited.com> |
||
---|---|---|
testdata | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
env.go | ||
env_test.go | ||
go.mod |
README.md
env
Package env
can be used to load environment variables from files.
import (
"code.soquee.net/env"
)
License
The package may be used under the terms of the BSD 2-Clause License a copy of
which may be found in the LICENSE
file.
Unless you explicitly state otherwise, any contribution submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.