Skip to content

Go environment utilities (genvutils) - provides useful environment variables operations

License

Notifications You must be signed in to change notification settings

lalabuy948/genvutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gonvutils Go Report Card Build Status

Package gonvutils provides useful environment operations

Funcs

  • IsProduction, IsDevelopment and IsTesting checks for ENVIRONMENT dot env value.
  • GetEnv gets env value, fallback as second function argument.

Install

go get -u github.com/lalabuy948/gonvutils