Here is a code example to see how to use the Go kit.
var information map[string]interface{}
client, err := NewClient("localhost:8080", true, &information)
if err != nil {
panic(err)
}
defer client.Close()
client.SendMessage("Hello Olivia!")
Made with ❤️ by Hugo Lageneste