Fix import path

This commit is contained in:
Mickael Remond 2019-06-18 16:11:00 +02:00
parent 55c7251fac
commit 28ae759144
No known key found for this signature in database
GPG key ID: E6F6045D79965AA3
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
package main // import "gosrc.io/xmpp" package main
import ( import (
"log" "log"

View file

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

View file

@ -1,4 +1,4 @@
package xmpp package xmpp // import "gosrc.io/xmpp"
import ( import (
"strings" "strings"