Component skeleton

This commit is contained in:
Mickael Remond
2018-01-11 22:15:54 +01:00
parent ce61a253af
commit ec68a04554
3 changed files with 51 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
package main
import "fluux.io/xmpp"
func main() {
xmpp.Open("test")
}