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

Commit d29c003

Browse files
committed
Still trying to please golint with package comments.
1 parent 19b5c2b commit d29c003

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

godotenv.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// Package godotenv
2-
// A go port of the ruby dotenv library (https://github.com/bkeepers/dotenv)
1+
// Package godotenv is a go port of the ruby dotenv library (https://github.com/bkeepers/dotenv)
32
//
43
// Examples/readme can be found on the github page at https://github.com/joho/godotenv
54
//

0 commit comments

Comments
 (0)