all: sort imports

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5319072
This commit is contained in:
Russ Cox 2011-11-02 15:54:16 -04:00
parent da5cf2d336
commit 4fa24e9f66

View File

@ -9,10 +9,10 @@ package main
import ( import (
"big" "big"
"crypto/x509/pkix"
"crypto/rand" "crypto/rand"
"crypto/rsa" "crypto/rsa"
"crypto/x509" "crypto/x509"
"crypto/x509/pkix"
"encoding/pem" "encoding/pem"
"flag" "flag"
"log" "log"