Update module golang.org/x/sync to v0.3.0
Compare changes
@@ -20,7 +20,7 @@ type token struct{}
@@ -43,7 +43,7 @@ func (g *Group) done() {
@@ -52,7 +52,7 @@ func WithContext(ctx context.Context) (*Group, context.Context) {
@@ -76,7 +76,7 @@ func (g *Group) Go(f func() error) {
@@ -105,7 +105,7 @@ func (g *Group) TryGo(f func() error) bool {