[ Pakiet źródłowy: golang-github-subosito-gotenv ]
Pakiet: golang-github-subosito-gotenv-dev (1.3.0-1)
Odnośniki dla golang-github-subosito-gotenv-dev
Zasoby systemu Debian:
- Raporty o błędach
- Developer Information
- Dziennik zmian w systemie Debian
- Informacje nt. praw autorskich
- Śledzenie łatek systemu Debian
Pobieranie pakietu źródłowego golang-github-subosito-gotenv:
- [golang-github-subosito-gotenv_1.3.0-1.dsc]
- [golang-github-subosito-gotenv_1.3.0.orig.tar.gz]
- [golang-github-subosito-gotenv_1.3.0-1.debian.tar.xz]
Opiekunowie:
Zasoby zewnętrzne:
- Strona internetowa [github.com]
Podobne pakiety:
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.
Pobieranie golang-github-subosito-gotenv-dev
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 9,1 KiB | 44,0 KiB | [lista plików] |