Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid a partially nil
host
as sink in test muxed providers
This change prevents test providers from being initialized with partially nil logging sinks, which panicked in tests. Happily, the problem is restricted to `MakeMuxedServer`, a testing API. This was never present in production code. Fixes #2697 --- This is [my least favorite go feature](https://www.iwahbe.com/blog/go-pointers-considered-confusing/).
- Loading branch information