updated vendor
This commit is contained in:
-1
@@ -220,7 +220,6 @@ func (l ConcurrentVisitorList) Visit(fn VisitorFunc) error {
|
||||
g.SetLimit(concurrency)
|
||||
|
||||
for i := range l.visitors {
|
||||
i := i
|
||||
g.Go(func() error {
|
||||
return l.visitors[i].Visit(fn)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user