Skip to content

jeffdoubleyou/olivia-kit-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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

About

📦 The Olivia Kit for Golang

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%