Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Commit 59f2022

Browse files
authored
Merge pull request joho#33 from crash7/go-report-card
Add Go Report Card badge and fix spelling error
2 parents 9d9ddad + 12b7e03 commit 59f2022

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
22

33
A Go (golang) port of the Ruby dotenv project (which loads env vars from a .env file)
44

godotenv.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//
1111
// godotenv.Load()
1212
//
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")
1414
package godotenv
1515

1616
import (

0 commit comments

Comments
 (0)