diff --git a/cmd/godotenv/cmd.go b/cmd/godotenv/cmd.go index 2365f70..8dce420 100644 --- a/cmd/godotenv/cmd.go +++ b/cmd/godotenv/cmd.go @@ -7,7 +7,7 @@ import ( "strings" - "github.com/joho/godotenv/godotenv" + "github.com/joho/godotenv" ) func main() { diff --git a/godotenv.go b/godotenv.go index 175bd93..8e311f4 100644 --- a/godotenv.go +++ b/godotenv.go @@ -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 //