A microservice demo built with Go and Gin
Based on https://github.com/demo-apps/go-gin-app
$ go get -u github.com/gin-gonic/gin
$ go build -o app.out
$ ./app.out
A microservice demo built with Go and Gin
Based on https://github.com/demo-apps/go-gin-app
$ go get -u github.com/gin-gonic/gin
$ go build -o app.out
$ ./app.out