Use errgroup for running commands in parallel (#83)

This commit is contained in:
Frederik Ring
2022-03-10 11:09:39 +01:00
committed by GitHub
parent 5f3832d621
commit b8f71b04a1
3 changed files with 14 additions and 13 deletions

1
go.mod
View File

@@ -47,6 +47,7 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/rs/xid v1.3.0 // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
golang.org/x/text v0.3.6 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect