aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/unicode/utf8
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2011-11-08 15:41:54 -0800
committerRob Pike <r@golang.org>2011-11-08 15:41:54 -0800
commit45e3bcb34389808232f61899936731ebacb778ef (patch)
treeb5f62f645f0a9bfc65ba292a21e958641efad4f4 /src/pkg/unicode/utf8
parent30aa701fec9fad07180ca45958cf552b193a4d3a (diff)
downloadgo-45e3bcb34389808232f61899936731ebacb778ef.tar.xz
renaming_3: gofix -r go1pkgrename src/pkg/[m-z]*
R=rsc CC=golang-dev https://golang.org/cl/5345045
Diffstat (limited to 'src/pkg/unicode/utf8')
-rw-r--r--src/pkg/unicode/utf8/string_test.go4
-rw-r--r--src/pkg/unicode/utf8/utf8_test.go2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/pkg/unicode/utf8/string_test.go b/src/pkg/unicode/utf8/string_test.go
index 920d2a0ea3..2c139bea98 100644
--- a/src/pkg/unicode/utf8/string_test.go
+++ b/src/pkg/unicode/utf8/string_test.go
@@ -5,9 +5,9 @@
package utf8_test
import (
- "rand"
+ "math/rand"
"testing"
- . "utf8"
+ . "unicode/utf8"
)
func TestScanForwards(t *testing.T) {
diff --git a/src/pkg/unicode/utf8/utf8_test.go b/src/pkg/unicode/utf8/utf8_test.go
index 857bcf6e1a..63514265bb 100644
--- a/src/pkg/unicode/utf8/utf8_test.go
+++ b/src/pkg/unicode/utf8/utf8_test.go
@@ -7,7 +7,7 @@ package utf8_test
import (
"bytes"
"testing"
- . "utf8"
+ . "unicode/utf8"
)
type Utf8Map struct {