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" import "encoding/xml"

View file

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