Closed ghost closed 4 years ago
Hi,
Hope you are all well !
Examples are failing as the following error is triggered:
# command-line-arguments ./simplecert.go:34:38: not enough arguments in call to simplecert.Init have (*simplecert.Config) want (*simplecert.Config, func())
Any way to update to them ?
Cheers, X
You can just do this for now:
certReloader, err := simplecert.Init(cfg, nil)
yeah, that's what I did but the README needs to be fixed also
Hi, thanks for the heads up, fixed with commit e438243.
Hi,
Hope you are all well !
Examples are failing as the following error is triggered:
Any way to update to them ?
Cheers, X