2
0
mirror of https://github.com/FluuxIO/go-xmpp synced 2024-11-03 15:40:13 +00:00

Fix custom import path

This commit is contained in:
Mickael Remond 2018-01-08 22:06:22 +01:00
parent 23d91551c0
commit 5c291c13b5
No known key found for this signature in database
GPG Key ID: E6F6045D79965AA3
2 changed files with 2 additions and 2 deletions

View File

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

View File

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