Skip to content

haryon0103/Gin-Hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages