diff options
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, ")") |
