mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2024-11-22 02:22:00 -08:00
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 New Issue
Block a user