summaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-21 11:53:14 -0500
committerJeff Carr <[email protected]>2025-10-21 11:53:14 -0500
commit9989aed2606955e4fafb88043f0ac550c320880a (patch)
tree04d575ff6c7887a083946cb511aa284bbcada633 /common.go
parent25a911f0f764e35a800eb9423acef964f4c83028 (diff)
oops
Diffstat (limited to 'common.go')
-rw-r--r--common.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.go b/common.go
index d9ef0ce..368d39c 100644
--- a/common.go
+++ b/common.go
@@ -4,7 +4,6 @@ import (
"os"
"runtime"
"strings"
- "sync"
)
// todo: move these somewhere else