xmpp/layer3.go
changeset 145 21a390dd3506
parent 144 9d7fdb1d2fc1
child 146 aa9a0ae8f875
--- a/xmpp/layer3.go	Sun Sep 15 12:31:37 2013 -0600
+++ b/xmpp/layer3.go	Sun Sep 15 12:31:59 2013 -0600
@@ -4,8 +4,8 @@
 package xmpp
 
 import (
+	"crypto/tls"
 	"encoding/xml"
-	"crypto/tls"
 	"time"
 )