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 3d2f7f086e
commit 1530d25d4f
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,6 @@
package main
import (
"big"
"crypto/rand"
"crypto/rsa"
"crypto/x509"
@ -16,6 +15,7 @@ import (
"encoding/pem"
"flag"
"log"
"math/big"
"os"
"time"
)

View File

@ -5,7 +5,7 @@
package tls
import (
"rand"
"math/rand"
"reflect"
"testing"
"testing/quick"

View File

@ -5,12 +5,12 @@
package tls
import (
"big"
"bytes"
"crypto/rsa"
"encoding/hex"
"flag"
"io"
"math/big"
"net"
"strconv"
"strings"

View File

@ -5,7 +5,6 @@
package tls
import (
"big"
"crypto"
"crypto/elliptic"
"crypto/md5"
@ -14,6 +13,7 @@ import (
"crypto/x509"
"errors"
"io"
"math/big"
)
// rsaKeyAgreement implements the standard TLS key agreement where the client