olivia-kit

module
v0.0.0-...-0df2698 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2024 License: MIT

README

📦 The Olivia Kit for Golang

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!")

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL