diff options
| author | Jeff Carr <[email protected]> | 2024-12-15 20:52:57 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-15 20:52:57 -0600 |
| commit | c3d018df22d40ae93174b092f1ae823abd616eca (patch) | |
| tree | 47e91935d635aef073077a319a7d9f257d9d19ad /sort.go | |
| parent | 21ab45b3f59a0d36fd121b2edf3808eb39330551 (diff) | |
Diffstat (limited to 'sort.go')
| -rw-r--r-- | sort.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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, ")") |
