Skip to content

Prismatik/dotenv_safe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#dotenv_safe

Similar to this dotenv package:

https://github.com/joho/godotenv

This adds an assurance layer. It demands that particular environment variables be set and panics if they aren't.

It uses the same paradigm as this node package:

https://www.npmjs.com/package/dotenv-safe

Which is that required env variables are contained in an example.env file in the project's root.

About

Assured environment variable loading for golang

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages