xmpp/layer2.go
changeset 145 21a390dd3506
parent 143 62166e57800e
child 147 d7679d991b17
--- a/xmpp/layer2.go	Sun Sep 15 12:31:37 2013 -0600
+++ b/xmpp/layer2.go	Sun Sep 15 12:31:59 2013 -0600
@@ -4,10 +4,10 @@
 package xmpp
 
 import (
+	"encoding/xml"
+	"fmt"
 	"io"
 	"reflect"
-	"encoding/xml"
-	"fmt"
 	"strings"
 )