mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2026-02-07 06:59:20 -08:00
Component skeleton
This commit is contained in:
7
cmd/xmpp_component/xmpp_component.go
Normal file
7
cmd/xmpp_component/xmpp_component.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fluux.io/xmpp"
|
||||
|
||||
func main() {
|
||||
xmpp.Open("test")
|
||||
}
|
||||
Reference in New Issue
Block a user