[ Източник: golang-github-subosito-gotenv ]
Пакет: golang-github-subosito-gotenv-dev (1.2.0+git20190917.de67a66-3)
Връзки за golang-github-subosito-gotenv-dev
Ресурси за Debian:
- Доклади за грешки
- Developer Information
- Журнал на промените в Debian
- Авторски права
- Управление на кръпките в Debian
Изтегляне на пакет-източник golang-github-subosito-gotenv.
- [golang-github-subosito-gotenv_1.2.0+git20190917.de67a66-3.dsc]
- [golang-github-subosito-gotenv_1.2.0+git20190917.de67a66.orig.tar.xz]
- [golang-github-subosito-gotenv_1.2.0+git20190917.de67a66-3.debian.tar.xz]
Отговорници:
Външни препратки:
- Начална страница [github.com]
Подобни пакети:
Load environment variables from `.env` or `io.Reader` in Go.
To modify your app environment variables, gotenv expose 2 main functions:
* gotenv.Load * gotenv.ApplyBy default, gotenv.Load will look for a file called .env in the current working directory.
Behind the scene, it will then load .env file and export the valid variables to the environment variables. Make sure you call the method as soon as possible to ensure it loads all variables, say, put it on init() function.
Once loaded you can use os.Getenv() to get the value of the variable.
Други пакети, свързани с golang-github-subosito-gotenv-dev
|
|
|
|
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package
Изтегляне на golang-github-subosito-gotenv-dev
Архитектура | Големина на пакета | Големина след инсталиране | Файлове |
---|---|---|---|
all | 8,1 кБ | 39,0 кБ | [списък на файловете] |