A Go port of Ruby's dotenv library (Loads environment variables from `.env`.)
 
 
Go to file
John Barton (joho) 6697f812dd Readme with build status. 2013-07-31 13:58:23 +10:00
fixtures First failing tests extracted from dotenv 2013-07-30 11:46:52 +10:00
.gitignore Macs are dumb. 2013-07-30 11:46:42 +10:00
README.md Readme with build status. 2013-07-31 13:58:23 +10:00
godotenv.go Make Load() without args open .env by default 2013-07-31 13:51:59 +10:00
godotenv_test.go Make Load() without args open .env by default 2013-07-31 13:51:59 +10:00
wercker.yml Add wercker.yml for CI 2013-07-31 13:55:35 +10:00

README.md

GoDotEnv

A Go (golang) port of the Ruby dotenv project (which loads env vars from a .env file)

Build Status

wercker status