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/v3@v3.5.4 && go mod tidy
HTH