forked from coop-cloud-mirrors/godotenv
First failing tests extracted from dotenv
This commit is contained in:
5
godotenv.go
Normal file
5
godotenv.go
Normal file
@ -0,0 +1,5 @@
|
||||
package godotenv
|
||||
|
||||
func Load(filenames ...string) (err error) {
|
||||
return
|
||||
}
|
Reference in New Issue
Block a user