commit | 45e3bcb34389808232f61899936731ebacb778ef | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Tue Nov 08 15:41:54 2011 -0800 |
committer | Rob Pike <r@golang.org> | Tue Nov 08 15:41:54 2011 -0800 |
tree | b5f62f645f0a9bfc65ba292a21e958641efad4f4 | |
parent | 30aa701fec9fad07180ca45958cf552b193a4d3a [diff] [blame] |
renaming_3: gofix -r go1pkgrename src/pkg/[m-z]* R=rsc CC=golang-dev https://golang.org/cl/5345045
diff --git a/src/pkg/unicode/maketables.go b/src/pkg/unicode/maketables.go index 8f511fa..a405da3 100644 --- a/src/pkg/unicode/maketables.go +++ b/src/pkg/unicode/maketables.go
@@ -11,9 +11,9 @@ "bufio" "flag" "fmt" - "http" "io" "log" + "net/http" "os" "path/filepath" "regexp"