mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2024-11-21 10:02:00 -08:00
Fix import path
This commit is contained in:
parent
55c7251fac
commit
28ae759144
@ -1,4 +1,4 @@
|
||||
package main // import "gosrc.io/xmpp"
|
||||
package main
|
||||
|
||||
import (
|
||||
"log"
|
||||
|
@ -1,4 +1,4 @@
|
||||
package xmpp
|
||||
package xmpp // import "gosrc.io/xmpp"
|
||||
|
||||
import (
|
||||
"encoding/xml"
|
||||
|
Loading…
Reference in New Issue
Block a user