renaming_3: gofix -r go1pkgrename src/pkg/[m-z]*

R=rsc
CC=golang-dev
https://golang.org/cl/5345045
This commit is contained in:
Rob Pike 2011-11-08 15:41:54 -08:00
parent 30aa701fec
commit 45e3bcb343
87 changed files with 126 additions and 126 deletions

View file

@ -114,17 +114,17 @@ package rpc
import (
"bufio"
"encoding/gob"
"errors"
"gob"
"http"
"io"
"log"
"net"
"net/http"
"reflect"
"strings"
"sync"
"unicode"
"utf8"
"unicode/utf8"
)
const (