micro/errors
Sander van Harmelen 4bc44d79c6 Improve the UX for users of the errors package.
By making the error helper functions variadic functions, you can pass either a string (like the existing behaviour) or a format and verbs that will then be formatted for you.

This doesn’t break any existing API’s, but it prevents people using this package to have to call `fmt.Sprintf` whenever they would like to format the error detail.
2017-05-31 15:29:03 +02:00
..
errors_test.go fix fmt str 2017-02-25 22:53:25 +08:00
errors.go Improve the UX for users of the errors package. 2017-05-31 15:29:03 +02:00