First failing tests extracted from dotenv

This commit is contained in:
John Barton (joho)
2013-07-30 11:46:52 +10:00
parent ccd8bf5602
commit 78ba83b776
5 changed files with 50 additions and 0 deletions

5
godotenv.go Normal file
View File

@ -0,0 +1,5 @@
package godotenv
func Load(filenames ...string) (err error) {
return
}