Source: golang-github-gobuffalo-envy Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Dr. Tobias Quathamer Build-Depends: debhelper (>= 11~), dh-golang, golang-any, golang-github-joho-godotenv-dev, golang-github-stretchr-testify-dev Standards-Version: 4.2.0 Homepage: https://github.com/gobuffalo/envy Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gobuffalo-envy Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gobuffalo-envy.git XS-Go-Import-Path: github.com/gobuffalo/envy Testsuite: autopkgtest-pkg-go Package: golang-github-gobuffalo-envy-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, golang-github-joho-godotenv-dev, golang-github-stretchr-testify-dev Description: simplify working with ENV variables Envy makes working with ENV variables in Go trivial: * Get ENV variables with default values * Set ENV variables safely without affecting the underlying system * Temporarily change ENV vars; useful for testing * Map all of the key/values in the ENV * Loads .env files (by using godotenv