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/xml/marshal_test.go b/src/pkg/xml/marshal_test.go index 59007b3..a6f7d2d 100644 --- a/src/pkg/xml/marshal_test.go +++ b/src/pkg/xml/marshal_test.go
@@ -5,11 +5,11 @@ package xml import ( - "reflect" - "testing" "bytes" - "strings" + "reflect" "strconv" + "strings" + "testing" ) type DriveType int