[ 原始碼: golang-github-gobuffalo-envy ]
套件:golang-github-gobuffalo-envy-dev(1.6.4-1)
golang-github-gobuffalo-envy-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-gobuffalo-envy:
- [golang-github-gobuffalo-envy_1.6.4-1.dsc]
- [golang-github-gobuffalo-envy_1.6.4.orig.tar.gz]
- [golang-github-gobuffalo-envy_1.6.4-1.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