from Hacker News

Show HN: Handle Batch Errors in Go

by spirit-sparrow on 10/10/24, 1:30 PM with 0 comments

A tiny package that makes it somewhat more convenient to work with errors from batch processes where signatures don't allow custom return types.

I personally found it quite ergonomic, but would like to hear your feedback.