From 4201b13e32a0343e6ac970e9249dfb71fa7b9141 Mon Sep 17 00:00:00 2001 From: mattn Date: Wed, 9 Nov 2011 23:18:51 +0900 Subject: [PATCH] gofix. --- xmpp.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xmpp.go b/xmpp.go index 3a8db66..7d022a3 100644 --- a/xmpp.go +++ b/xmpp.go @@ -17,16 +17,16 @@ import ( "bytes" "crypto/tls" "encoding/base64" + "encoding/xml" "errors" "fmt" - "http" "io" "log" "net" + "net/http" + "net/url" "os" "strings" - "url" - "xml" ) const (