first idea of sendxmpp

This commit is contained in:
Martin/Geno
2019-07-17 00:31:33 +02:00
committed by Mickaël Rémond
parent c41d068c9f
commit 6aa942dd58
7 changed files with 237 additions and 0 deletions

10
cmd/sendxmpp/main.go Normal file
View File

@@ -0,0 +1,10 @@
package main
import (
"github.com/bdlm/log"
)
func main() {
log.AddHook(&hook{})
cmd.Execute()
}