Categorygithub.com/felipeneuwald/envh
repositorypackage
1.1.0
Repository: https://github.com/felipeneuwald/envh.git
Documentation: pkg.go.dev

# README

GitHub Actions Go Reference

envh

Package envh provides convenient helpers to easily retrieve environment variables.

The purpose of the library is to be simple and functional. It has functions to retrieve environment variables and assign their values to string, int, and bool types. It uses https://github.com/pkg/errors for error handling and https://github.com/rs/zerolog for logging.

Installation

go get github.com/felipeneuwald/envh

Usage

See pkg.go.dev for usage examples and the full package documentation.