Skip to content

Commit

Permalink
chore: remove concurrency tools from helpers (#86)
Browse files Browse the repository at this point in the history
## Description
Zarf was the only user of these tools, but we have since refactored our
code to use `errgroups` rather than `ConcurrencyTools`


https://github.com/defenseunicorns/zarf/pull/2460/files#diff-efb99da1ff0c60478a053ac9f6acfa8eba6237adc87cd430cdbf3b5a32d1b16c

## Related Issue

Fixes #70
  • Loading branch information
Lucas Rodriguez authored May 15, 2024
1 parent 406cb06 commit ae18051
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 85 deletions.
85 changes: 0 additions & 85 deletions helpers/concurrency.go

This file was deleted.

1 change: 1 addition & 0 deletions helpers/files.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2024-Present Defense Unicorns

// Package helpers provides common helper functions for Go.
package helpers

import (
Expand Down

0 comments on commit ae18051

Please sign in to comment.