Go Gin StarterKit This project provides starter of REST API using gin. Running Application $ go run . Building Application $ go build -v $ ./go-gin-starterkit Running unit test $ make unit Running integration test you will need docker. $ make integration