A barebones Go API service.
Make sure you have Go and the Widemesh CLI installed.
$ git clone https://github.com/widemeshcloud/go-api-quickstart.git # or clone your own fork
$ cd go-api-quickstart
$ go build
$ ./go-api-quickstart
Your go service should now be running on localhost:5000.
$ mesh deploy