Skip to content

Latest commit

History

History
36 lines (28 loc) 路 1.09 KB

File metadata and controls

36 lines (28 loc) 路 1.09 KB


Olivia's character

馃摝 The Olivia Kit for Golang

GoDoc

How to use it

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

Olivia's wave