package
1.1.0
Repository: https://github.com/fupas/commons.git
Documentation: pkg.go.dev

# Functions

Assert verifies that the environment variable 'env' is defined and returns a non-empty value.
GetInt returns the environment variable ENV['env'] or def if 'env' is not set.
GetString returns the environment variable ENV['env'] or def if 'env' is not set.