chore: minor cleanup

Signed-off-by: Brian McGee <brian@bmcgee.ie>
This commit is contained in:
Brian McGee 2024-01-10 13:38:30 +00:00
parent 9051aa6d0f
commit fcb8aa6312
Signed by: brianmcgee
GPG Key ID: D49016E76AD1E8C0

View File

@ -51,7 +51,7 @@ func walkGit(ctx context.Context, root string, fn filepath.WalkFunc) error {
cmd.Stdout = w
cmd.Stderr = w
eg, ctx := errgroup.WithContext(ctx)
eg := errgroup.Group{}
eg.Go(func() error {
scanner := bufio.NewScanner(r)