Categorygithub.com/JUkhan/goapp
repositorypackage
0.0.0-20201226060929-128b7971a162
Repository: https://github.com/jukhan/goapp.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Golang Gin Framework

Go Module Init

go mod init module_name

Gin-Gonic library: github.com/gin-gonic/gin

Run

go run main.go

Swagger Documentation

Swagger

Install Swagger Library

go get -u github.com/swaggo/swag/cmd/swag

Generate Swagger Documentation

swag init