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

Commit fccdfd2

Browse files
committed
Fix package name
1 parent f4e7418 commit fccdfd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/godotenv/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77

88
"strings"
99

10-
"github.com/joho/godotenv/godotenv"
10+
"github.com/joho/godotenv"
1111
)
1212

1313
func main() {

godotenv.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Package godotenv is a go port of the ruby dotenv library (https://github.com/bkeepers/dotenv)
22
//
3-
// Examples/readme can be found on the github page at https://github.com/joho/godotenv/godotenv
3+
// Examples/readme can be found on the github page at https://github.com/joho/godotenv
44
//
55
// The TL;DR is that you make a .env file that looks something like
66
//

0 commit comments

Comments
 (0)