How to Install golang-github-gobuffalo-envy-dev in Ubuntu 18.04



Install golang-github-gobuffalo-envy-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-github-gobuffalo-envy-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

Homepage: https://github.com/gobuffalo/envy

Version: 1.3.0+git20180205.bac51f7-1

Section: universe/devel