Binary package “golang-gopkg-errgo.v1-dev” in ubuntu noble

Dependable Go errors with tracebacks, version 1

 The errgo package provides a way to create and diagnose errors. It is
 compatible with the usual Go error idioms but adds a way to wrap errors so
 that they record source location information while retaining a consistent
 way for code to inspect errors to find out particular problems.