Skip to content

STYLE.md: Recommend use of `structerr` package for errors

Patrick Steinhardt requested to merge pks-style-introduce-structerr into master

We have recently introduced a new structerr package that is intended to replace the helper.Err*() helper functions. Rewrite the section about error creation in our style guide to match the new recommended way of creating errors.

Merge request reports