godotenv/godotenv.go
2013-07-30 11:46:52 +10:00

6 lines
73 B
Go

package godotenv
func Load(filenames ...string) (err error) {
return
}