Skip to content

flow-lab/utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utils Go

Go utils. This package contains some useful functions. It is used in other packages of the flow-lab org.

Installation

# Install the package
go get github.com/flow-lab/utils

# Import in the project
import utils "github.com/flow-lab/utils"

# Use it
envVar := utils.EnvOrDefault("ENV_VAR", "default_value")

License MIT