Package env is a Go package that can be used to load environment variables from files. https://code.soquee.net/env/
Go to file
Sam Whited 12f26bb5a2
.github: remove old GitHub configuration
We're on Codeberg now so these files are not useful.

Signed-off-by: Sam Whited <sam@samwhited.com>
2023-12-02 14:25:00 -05:00
testdata Add ReadFile and ReadFS functions 2023-12-02 13:47:57 -05:00
CONTRIBUTING.md Initial public release 2019-05-27 00:28:43 -05:00
LICENSE Initial public release 2019-05-27 00:28:43 -05:00
README.md Initial public release 2019-05-27 00:28:43 -05:00
env.go Add documentation about the file format 2023-12-02 14:07:40 -05:00
env_test.go Add a few missing tests 2023-12-02 14:04:33 -05:00
go.mod Add ReadFile and ReadFS functions 2023-12-02 13:47:57 -05:00

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.