Skip to content

A collection of idiomatic Go functions to deal with common boilerplate.

License

Notifications You must be signed in to change notification settings

caarlos0-graveyard/go-idioms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-idioms

Collection of idiomatic Go functions to deal with common boilerplate.

env

Idiomatic functions to deal with Environment variables.

import "github.com/caarlos0/go-idioms/env"

env.Set("AWS_KEY", "***")
env.GetOr("AWS_REGION", "sa-east-1")
env.Unset("KEY")
env.Get("ANOTHER_KEY")

About

A collection of idiomatic Go functions to deal with common boilerplate.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages