Closed jbrunton closed 4 years ago
Using this after container construction is particularly dangerous since the container likely doesn't exist:
container.Logger().ExitWithError(err)
Look into returning errors except at the highest level.
Done as part of #80
Using this after container construction is particularly dangerous since the container likely doesn't exist:
Look into returning errors except at the highest level.