Remove unused import

This commit is contained in:
Mickaël Rémond
2019-06-04 19:38:15 +02:00
committed by GitHub
parent 15ceab9fc4
commit 4e597505f4

View File

@@ -2,7 +2,6 @@ package xmpp // import "gosrc.io/xmpp"
import (
"encoding/xml"
"fmt"
)
// ============================================================================