structs_test.go
changeset 74 e619e18dcec3
parent 72 53f15893a1a7
child 75 03a923eb5c01
--- a/structs_test.go	Thu Jan 19 11:06:42 2012 -0600
+++ b/structs_test.go	Thu Jan 19 12:25:36 2012 -0600
@@ -6,8 +6,8 @@
 
 import (
 	"bytes"
+	"encoding/xml"
 	"testing"
-	"xml"
 )
 
 func assertEquals(t *testing.T, expected, observed string) {