Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 205 Bytes

README.MD

File metadata and controls

13 lines (7 loc) · 205 Bytes

Gin-Starter

A fast http framework by gin, use dependency injection structure, not global variable.

RUN

1、cp development.yml.example development.yml

2、go run main.go api

BUILD

1、make build