forked from jshiffer/go-xmpp
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