Skip to content

centralnicgroup-opensource/rtldev-middleware-go-sdk-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-sdk-demo

GO SDK Demo App

Make sure dependencies are correctly installed. Run this app by go run main.go.

Build the binary

go build and then execute the binary by ./go-sdk-demo.

Upgrade Dependencies

e.g.

go get -v -u github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/v3@v3.5.4 && go mod tidy

HTH