GO SDK Demo App
Make sure dependencies are correctly installed. Run this app by go run main.go
.
go build
and then execute the binary by ./go-sdk-demo
.
e.g.
go get -v -u github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/[email protected] && go mod tidy
HTH