Exemplo n.º 1
0
func sendMessage(msg *logexport.MessageCollection) {
	err := msg.SendAll()
	if err != nil {
		fmt.Println(err)
	}
}