Files
conc/.github
exfly 1df97ecbf2 replace Sourcegraph error lib for smaller dependency
This removes github.com/sourcegraph/sourcegraph/lib/errors from the
dependencies of conc and replaces it with the standard library
multierrors (added in go 1.20), with a fallback to the smaller uber
library for older go versions (back to go 1.19). This significantly
reduces the size of the dependency list.
2023-02-18 08:57:36 -07:00
..