Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Now, it is only(ideally) the config package that panics at startup if one or more options is misconfigured. The idea is that `ong` should return those errors upward rather than panic. If it has to panic, it should ideally do so only at one place; configuration. - There are still some panics in `config/cert.go`. But those are only used when someone is using the `config.DevOpts`. We could remove them by using something like #277, #282
- Loading branch information