Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 784 Bytes

File metadata and controls

28 lines (23 loc) · 784 Bytes

Go Gin StarterKit

CircleCI Go Report Card codecov

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