/go-gin-ping

Trying out a simple web service using gin framework

Primary LanguageGo

go-gin-ping

A simple web service written in golang using gin framework. Dep is used for dependancy management.

Setup

  1. Clone this project
  2. Install dep
  3. Run the following commands
$ dep ensure
$ go build -o webapp
$ ./webapp
  1. That's it