Andrea-Sarahi / Gin-Hello

Hello world web application using Gin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Hello world web application using Gin


Languages

Language:Go 100.0%