Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 2.06 KB

README.md

File metadata and controls

34 lines (19 loc) · 2.06 KB

SignalWire Go Lang

Build Status Go Report Card

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.

Getting Started

Read the implementation documentation, guides and API Reference at the official Relay SDK for Go Documentation site.


Contributing

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.

Developers

The Go SDK is a Go Lang package signalwire-golang. To setup the dev environment follow these steps:

  1. Install Go Lang (https://golang.org/doc/install)
  2. "go get github.com/signalwire/signalwire-golang/signalwire"
  3. Create a new branch from master for your changes.
  4. Make changes and test them via example apps! You can start developing starting from the examples in RelayExamples/

License

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.