Official SDK for Go - GitHub - go doc
Run the following command in your Go project:
go get -u github.com/Liphium/neoroute/client@latest
Depending on which transporter you would like to use, run one of the following commands as well:
go get -u github.com/Liphium/neoroute/client/transporter/http@latestgo get -u github.com/Liphium/neoroute/client/transporter/websocket@latestThere are multiple client examples in the main Neoroute repository. All of the client examples in the repository are written in Go, and therefore use this SDK.
Guides for how to run them are available in the README of all the examples.