Guru Charcha App
Steps to deploy App: Open Terminal or Command Prompt having GIT installed $ git clone https://github.com/snmdenverlabs/Cloud-Native-Go.git
Steps to start GO REST API: Change directory to ~/SNMLabs/Cloud-Native-Go/server ~/SNMLabs/Cloud-Native-Go/server$ mkdir bin ~/SNMLabs/Cloud-Native-Go/server$ go build -o bin/gSessionMSvc ~/SNMLabs/Cloud-Native-Go/server$ ./bin/gSessionMSvc
References