Migrate channel to waitgroup for access the store in parallel (#16926)
* Migrate channel to waitgroup for access the store in parallel * Addressing PR review comments * Using a cleanest way of group errors * Reverting go.mod change
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
830594004b
Коммит
59d33b9002
1
go.mod
1
go.mod
@@ -125,6 +125,7 @@ require (
|
||||
golang.org/x/image v0.0.0-20201208152932-35266b937fa6
|
||||
golang.org/x/mod v0.4.1 // indirect
|
||||
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
|
||||
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
|
||||
golang.org/x/text v0.3.5
|
||||
golang.org/x/tools v0.1.0
|
||||
google.golang.org/genproto v0.0.0-20210119180700-e258113e47cc // indirect
|
||||
|
||||
Ссылка в новой задаче
Block a user