harlow / kinesis-consumer

Golang library for consuming Kinesis stream data
MIT License
264 stars 90 forks source link

Wrap underlying errors via `%w` verb #130

Closed fraenky8 closed 3 years ago

fraenky8 commented 3 years ago

As introduced in Go 1.13. This enables user of this library to check for an underlying wrapped error type via errors.Is and errors.As functions.