fix import after moving

This commit is contained in:
Martin/Geno 2019-06-05 03:43:28 +02:00 committed by Mickaël Rémond
parent e7c57cad97
commit f034b74b54
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
package xmpp // import "gosrc.io/xmpp/iot"
package xmpp // import "gosrc.io/xmpp"
import (
"encoding/xml"

2
pep.go
View file

@ -1,4 +1,4 @@
package xmpp // import "gosrc.io/xmpp/pep"
package xmpp // import "gosrc.io/xmpp"
import (
"encoding/xml"