renaming_2: gofix -r go1pkgrename src/pkg/[a-l]*

R=rsc
CC=golang-dev
https://golang.org/cl/5358041
This commit is contained in:
Rob Pike 2011-11-08 15:40:58 -08:00
parent 6ab6c49fce
commit 30aa701fec
83 changed files with 94 additions and 94 deletions

View file

@ -9,7 +9,7 @@ package bytes
import (
"errors"
"io"
"utf8"
"unicode/utf8"
)
// A Buffer is a variable-sized buffer of bytes with Read and Write methods.