This repository was archived by the owner on Jan 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- # GoDotEnv [ ![ Build Status] ( https://travis-ci.org/joho/godotenv.svg?branch=master )] ( https://travis-ci.org/joho/godotenv ) [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/9v40vnfvvgde64u4?svg=true )] ( https://ci.appveyor.com/project/joho/godotenv )
1
+ # GoDotEnv [ ![ Build Status] ( https://travis-ci.org/joho/godotenv.svg?branch=master )] ( https://travis-ci.org/joho/godotenv ) [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/9v40vnfvvgde64u4?svg=true )] ( https://ci.appveyor.com/project/joho/godotenv ) [ ![ Go Report Card ] ( https://goreportcard.com/badge/github.com/joho/godotenv )] ( https://goreportcard.com/report/github.com/joho/godotenv )
2
2
3
3
A Go (golang) port of the Ruby dotenv project (which loads env vars from a .env file)
4
4
Original file line number Diff line number Diff line change 10
10
//
11
11
// godotenv.Load()
12
12
//
13
- // and all the env vars declared in .env will be avaiable through os.Getenv("SOME_ENV_VAR")
13
+ // and all the env vars declared in .env will be available through os.Getenv("SOME_ENV_VAR")
14
14
package godotenv
15
15
16
16
import (
You can’t perform that action at this time.
0 commit comments