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 4a9ebb18f1
commit 965845a86d
45 changed files with 52 additions and 52 deletions

View file

@ -8,10 +8,10 @@ import (
"flag"
"io"
"os"
"runtime"
"strings"
"syscall"
"testing"
"runtime"
)
// Do not test empty datagrams by default.