@profclems I havent been able to update to v1.0.0 since a few functions are missing.
For example LoadConfig(). If you look at the test, they dont even call this funcion that's mentioned in the README.
See here: https://github.com/profclems/go-dotenv/blob/main/bench_test.go#L9
Using the following results in a panic:
cfg := dotenv.New()
cfg.SetConfigFile("/path/to/file")
cfg.Load()
@profclems I havent been able to update to v1.0.0 since a few functions are missing.
For example
LoadConfig(). If you look at the test, they dont even call this funcion that's mentioned in the README.See here: https://github.com/profclems/go-dotenv/blob/main/bench_test.go#L9
Using the following results in a panic: