Skip to content

Commit ae18051

Browse files
author
Lucas Rodriguez
authored
chore: remove concurrency tools from helpers (#86)
## 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
1 parent 406cb06 commit ae18051

File tree

2 files changed

+1
-85
lines changed

2 files changed

+1
-85
lines changed

helpers/concurrency.go

Lines changed: 0 additions & 85 deletions
This file was deleted.

helpers/files.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// SPDX-License-Identifier: Apache-2.0
22
// SPDX-FileCopyrightText: 2024-Present Defense Unicorns
33

4+
// Package helpers provides common helper functions for Go.
45
package helpers
56

67
import (

0 commit comments

Comments
 (0)