From d29c003c2004e9492c04379b4fd48960dfbaa9a8 Mon Sep 17 00:00:00 2001 From: "John Barton (joho)" Date: Mon, 23 Mar 2015 12:15:55 +1100 Subject: [PATCH] Still trying to please golint with package comments. --- godotenv.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/godotenv.go b/godotenv.go index b3f61c3..3b035d1 100644 --- a/godotenv.go +++ b/godotenv.go @@ -1,5 +1,4 @@ -// Package godotenv -// A go port of the ruby dotenv library (https://github.com/bkeepers/dotenv) +// 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 //