Skip to content

apichef/gogethelp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go.get.help

Env(key, default)

The Env function retrieves the value of an environment variable or returns a default.

package main

import h "github.com/apichef/gogethelp"

func main() {
	env := h.Env("APP_ENV", "local")
}

Packages

No packages published

Languages