Providing a simple method of constructing a structs by using struct tags and mapping them to runtime environmental variables
Go to file
Nick K be50e49107 go mod init 2022-12-19 23:32:12 -05:00
.gitignore ignore .idea folder 2022-12-19 23:29:37 -05:00
LICENSE Initial commit 2022-12-20 04:24:26 +00:00
README.md Initial commit 2022-12-20 04:24:26 +00:00
env.go added LoadEnv 2022-12-19 23:29:52 -05:00
go.mod go mod init 2022-12-19 23:32:12 -05:00

README.md

simple-env

Providing a simple method of constructing a structs by using struct tags and mapping them to runtime environmental variables