6 Commits

Author SHA1 Message Date
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
Camden Cheek
320defbfd7 Merge pull request #27 from sashamelentyev/lint
Add lint
2023-01-07 14:15:50 -07:00
Sasha Melentyev
bfb91a04ad Add lint
Signed-off-by: Sasha Melentyev <sasha@melentyev.io>
2023-01-07 22:16:18 +03:00
Sasha Melentyev
83c48610d7 Add race
Signed-off-by: Sasha Melentyev <sasha@melentyev.io>
2023-01-07 22:11:34 +03:00
Camden Cheek
3765ce7494 add codecov action 2023-01-02 17:06:31 -07:00
Camden Cheek
abf5cac3c4 Create go.yml 2023-01-02 16:13:08 -07:00