forked from jshiffer/go-xmpp
first idea of sendxmpp
This commit is contained in:
committed by
Mickaël Rémond
parent
c41d068c9f
commit
6aa942dd58
10
cmd/sendxmpp/main.go
Normal file
10
cmd/sendxmpp/main.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/bdlm/log"
|
||||
)
|
||||
|
||||
func main() {
|
||||
log.AddHook(&hook{})
|
||||
cmd.Execute()
|
||||
}
|
||||
Reference in New Issue
Block a user