Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Releases: pkg/errors

errors 0.3.0

02 May 23:35
Compare
Choose a tag to compare

What's new

errors 0.2.0

25 Apr 06:15
Compare
Choose a tag to compare

What's new

  • Added Wrapf method which takes the usual fmt.Printf arguments. Thanks @umairidris. Fixes #6
  • pkg/errors now has an A+ Go report card. Thanks @umairidris

Bug fixes since 0.1.0

  • Wrap would incorrect interpret fmt like verbs as format arguments, corrupting the error message. Thanks @enisoc
  • errors.loc.Location (and errors.Fprint) now more reliably detect the full package path, even in the presence of vendoring or multiple GOPATH segments. Thanks @ChrisHines. Fixes #8