all: sort imports

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5319072
diff --git a/src/pkg/net/ip_test.go b/src/pkg/net/ip_test.go
index 0ca315e..df647ef 100644
--- a/src/pkg/net/ip_test.go
+++ b/src/pkg/net/ip_test.go
@@ -7,8 +7,8 @@
 import (
 	"bytes"
 	"reflect"
-	"testing"
 	"runtime"
+	"testing"
 )
 
 func isEqual(a, b []byte) bool {