Skip to content

0.30.0

Compare
Choose a tag to compare
@mafredri mafredri released this 09 Oct 16:19
0ea84f3
  • Refactor errors and add support for Go 1.13 errors (#124) 0ea84f3
    • all: Implement Is, As and Unwrap for errors
    • Deprecate cdp.ErrorCause in favor of Is, As, Unwrap
    • Use errors.Is and errors.As where applicable
    • travis: Drop Go 1.12, add Go 1.15