pjvds / tidy

Go lang structured logging made fast and simple
7 stars 0 forks source link

`WithError` panics on nil err #13

Closed pjvds closed 9 years ago

pjvds commented 9 years ago

The following code causes a panic:

log.WithError(nil)