summaryrefslogtreecommitdiff
path: root/sort.go
diff options
context:
space:
mode:
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, ")")