diff options
| author | Russ Cox <rsc@golang.org> | 2011-11-02 15:54:16 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2011-11-02 15:54:16 -0400 |
| commit | 965845a86d00e618cc03a739a52e986d6901d071 (patch) | |
| tree | ad484f46b19ac539d6038d6d74d8938a8ebda90c /src/pkg/unicode | |
| parent | 4a9ebb18f1ff90cbc182648e65cc9071c8920e3c (diff) | |
| download | go-965845a86d00e618cc03a739a52e986d6901d071.tar.xz | |
all: sort imports
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5319072
Diffstat (limited to 'src/pkg/unicode')
| -rw-r--r-- | src/pkg/unicode/maketables.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/unicode/maketables.go b/src/pkg/unicode/maketables.go index b7c23aed28..8f511fa53f 100644 --- a/src/pkg/unicode/maketables.go +++ b/src/pkg/unicode/maketables.go @@ -16,10 +16,10 @@ import ( "log" "os" "path/filepath" + "regexp" "sort" "strconv" "strings" - "regexp" "unicode" ) |
