Fix custom import path
This commit is contained in:
parent
302e971773
commit
23d91551c0
|
@ -1,4 +1,4 @@
|
||||||
package iot // import "fluux.io/xmpp/iot"
|
package iot // import "fluux.io/xmpp"
|
||||||
|
|
||||||
import "encoding/xml"
|
import "encoding/xml"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package pep // import "fluux.io/xmpp/pep"
|
package pep // import "fluux.io/xmpp"
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/xml"
|
"encoding/xml"
|
||||||
|
|
Loading…
Reference in a new issue