[ 源代码: golang-github-gobuffalo-envy ]
软件包:golang-github-gobuffalo-envy-dev(1.6.4-2)
golang-github-gobuffalo-envy-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-gobuffalo-envy:
- [golang-github-gobuffalo-envy_1.6.4-2.dsc]
- [golang-github-gobuffalo-envy_1.6.4.orig.tar.gz]
- [golang-github-gobuffalo-envy_1.6.4-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-jamiealquiza-envy-dev
- ruby-rspec-stubbed-env
- python3-dotenv
- golang-github-lestrrat-go-envload-dev
- golang-github-stretchr-objx-dev
- ruby-rspec-puppet-facts
- python3-decouple
- golang-github-xyproto-simpleredis-dev
- golang-github-geertjohan-go.rice-dev
- golang-github-cbroglie-mapstructure-dev
- libghc-load-env-dev
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
其他与 golang-github-gobuffalo-envy-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-joho-godotenv-dev
- Go port of Ruby's dotenv library
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package