todas as opções
bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Fonte: golang-github-subosito-gotenv  ]

Pacote: golang-github-subosito-gotenv-dev (1.3.0-1)

Links para golang-github-subosito-gotenv-dev

Screenshot

Recursos de Debian:

Baixe o pacote-fonte golang-github-subosito-gotenv:

Mantenedores(as):

Fontes externas:

Pacotes similares:

Load environment variables from `.env` or `io.Reader` in Go.

To modify your app environment variables, gotenv expose 2 main functions:

 * gotenv.Load
 * gotenv.Apply
By 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.

Download de golang-github-subosito-gotenv-dev

Baixe para todas as arquiteturas disponíveis
Arquitetura Tamanho do pacote Tamanho instalado Arquivos
all 9.1 kB44.0 kB [lista de arquivos]