commit | 965845a86d00e618cc03a739a52e986d6901d071 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Wed Nov 02 15:54:16 2011 -0400 |
committer | Russ Cox <rsc@golang.org> | Wed Nov 02 15:54:16 2011 -0400 |
tree | ad484f46b19ac539d6038d6d74d8938a8ebda90c | |
parent | 4a9ebb18f1ff90cbc182648e65cc9071c8920e3c [diff] [blame] |
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 {