Still trying to please golint with package comments.

This commit is contained in:
John Barton (joho) 2015-03-23 12:15:55 +11:00
parent 19b5c2bf30
commit d29c003c20

View File

@ -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
//