tendermint / coding

14 stars 10 forks source link

handling funcs that return errors that are always nil #60

Open ebuchman opened 6 years ago

ebuchman commented 6 years ago

See https://github.com/tendermint/tendermint/issues/715

Conclusion was to use some PanicOnError func so if it ever changes, we catch it ...