Fix package name

pull/109/head
Andre Soares 2020-06-26 15:39:06 -03:00
parent f4e7418908
commit fccdfd265d
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import (
"strings"
"github.com/joho/godotenv/godotenv"
"github.com/joho/godotenv"
)
func main() {

View File

@ -1,6 +1,6 @@
// Package godotenv is a go port of the ruby dotenv library (https://github.com/bkeepers/dotenv)
//
// Examples/readme can be found on the github page at https://github.com/joho/godotenv/godotenv
// Examples/readme can be found on the github page at https://github.com/joho/godotenv
//
// The TL;DR is that you make a .env file that looks something like
//