awakelife93 / gin-boilerplate

go api server (gin) boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gin Boilerplate

[Note]

Description

1. Common preprocessing is handled by middleware. (src/lib/middleware)
2. When adding an api, please append to the apis variable. (src/lib/routes/route.go)

Author

2022.09.04 -> 
Author: Hyunwoo Park

Getting Started

1. go run main.go

About

go api server (gin) boilerplate

License:MIT License


Languages

Language:Go 100.0%