The Relay SDK for Go enables Go Lang developers to connect and use SignalWire's Relay APIs within their own Go code. Our Relay SDK allows developers to build or add robust and innovative communication services to their applications.
Read the implementation documentation, guides and API Reference at the official Relay SDK for Go Documentation site.
Relay SDK for Go is open source and maintained by the SignalWire team, but we are very grateful for everyone who has contributed and assisted so far.
If you'd like to contribute, feel free to visit our Slack channel and read our developer section to get the code running in your local environment.
The Go SDK is a Go Lang package signalwire-golang. To setup the dev environment follow these steps:
- Install Go Lang (https://golang.org/doc/install)
- "go get github.com/signalwire/signalwire-golang/signalwire"
- Create a new branch from
master
for your changes. - Make changes and test them via example apps! You can start developing starting from the examples in RelayExamples/
Relay SDK for Go is copyright © 2019 SignalWire. It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.