diff options
| author | Rob Pike <r@golang.org> | 2011-11-08 15:40:58 -0800 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2011-11-08 15:40:58 -0800 |
| commit | 30aa701fec9fad07180ca45958cf552b193a4d3a (patch) | |
| tree | 8d8426473373c6af3721d1734c87d0d7bf99595a /src/pkg/bytes/bytes_test.go | |
| parent | 6ab6c49fce6968f200ad5381cb9348e159e51099 (diff) | |
| download | go-30aa701fec9fad07180ca45958cf552b193a4d3a.tar.xz | |
renaming_2: gofix -r go1pkgrename src/pkg/[a-l]*
R=rsc
CC=golang-dev
https://golang.org/cl/5358041
Diffstat (limited to 'src/pkg/bytes/bytes_test.go')
| -rw-r--r-- | src/pkg/bytes/bytes_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/bytes/bytes_test.go b/src/pkg/bytes/bytes_test.go index 62f258de8a..9256b18427 100644 --- a/src/pkg/bytes/bytes_test.go +++ b/src/pkg/bytes/bytes_test.go @@ -9,7 +9,7 @@ import ( "reflect" "testing" "unicode" - "utf8" + "unicode/utf8" ) func eq(a, b []string) bool { |
