Fix custom import path

This commit is contained in:
Mickael Remond
2018-01-08 14:56:03 +01:00
parent 302e971773
commit 23d91551c0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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