| commit | 30aa701fec9fad07180ca45958cf552b193a4d3a | [log] [tgz] |
|---|---|---|
| author | Rob Pike <r@golang.org> | Tue Nov 08 15:40:58 2011 -0800 |
| committer | Rob Pike <r@golang.org> | Tue Nov 08 15:40:58 2011 -0800 |
| tree | 8d8426473373c6af3721d1734c87d0d7bf99595a | |
| parent | 6ab6c49fce6968f200ad5381cb9348e159e51099 [diff] [blame] |
renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* R=rsc CC=golang-dev https://golang.org/cl/5358041
diff --git a/src/pkg/bytes/buffer_test.go b/src/pkg/bytes/buffer_test.go index c271b48..5235970 100644 --- a/src/pkg/bytes/buffer_test.go +++ b/src/pkg/bytes/buffer_test.go
@@ -7,9 +7,9 @@ import ( . "bytes" "io" - "rand" + "math/rand" "testing" - "utf8" + "unicode/utf8" ) const N = 10000 // make this bigger for a larger (and slower) test