Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 174 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 174 Bytes

gin-practice

gin框架学习

下载代码

go get github.com/gbabyX/gin-practice

添加配置

cp .env.example .env

启动应用

go run main.go