mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
renaming_2: gofix -r go1pkgrename src/pkg/[a-l]*
R=rsc CC=golang-dev https://golang.org/cl/5358041
This commit is contained in:
parent
6ab6c49fce
commit
30aa701fec
83 changed files with 94 additions and 94 deletions
|
|
@ -7,9 +7,9 @@ package bytes_test
|
|||
import (
|
||||
. "bytes"
|
||||
"io"
|
||||
"rand"
|
||||
"math/rand"
|
||||
"testing"
|
||||
"utf8"
|
||||
"unicode/utf8"
|
||||
)
|
||||
|
||||
const N = 10000 // make this bigger for a larger (and slower) test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue