summaryrefslogtreecommitdiff
path: root/sort.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-15 20:52:57 -0600
committerJeff Carr <[email protected]>2024-12-15 20:52:57 -0600
commitc3d018df22d40ae93174b092f1ae823abd616eca (patch)
tree47e91935d635aef073077a319a7d9f257d9d19ad /sort.go
parent21ab45b3f59a0d36fd121b2edf3808eb39330551 (diff)
try to fix this when working in a go.work envv0.0.28v0.0.27
Diffstat (limited to 'sort.go')
-rw-r--r--sort.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/sort.go b/sort.go
index fe06e31..d8a3aa0 100644
--- a/sort.go
+++ b/sort.go
@@ -81,7 +81,6 @@ func header(w io.Writer, names map[string]string) {
headerComment(w)
fmt.Fprintln(w, "import (")
fmt.Fprintln(w, " \"fmt\"")
- fmt.Fprintln(w, " \"os\"")
fmt.Fprintln(w, " \"sort\"")
fmt.Fprintln(w, " \"sync\"")
fmt.Fprintln(w, ")")