8 lines
73 B
Go
8 lines
73 B
Go
|
package main
|
||
|
|
||
|
import "fluux.io/xmpp"
|
||
|
|
||
|
func main() {
|
||
|
xmpp.Open("test")
|
||
|
}
|