/Gin-Hello

Hello world web application using Gin

Primary LanguageGo

Gin-Hello

CircleCI

Hello world web-app using Gin as kickstart of learning Go lang and Gin framework.

Dependency

 import "github.com/gin-gonic/gin"

Build

go build main.go

Run

#1. Without compiling
go run main.go
#2. Compiled
./main.exe