Skip to content

Latest commit

 

History

History
executable file
·
24 lines (16 loc) · 522 Bytes

README.md

File metadata and controls

executable file
·
24 lines (16 loc) · 522 Bytes

木犀团队 Go Web 工程模板

简介

Go HTTP 服务工程模板。参考自掘金小册基于 Go 语言构建企业级的 RESTful API 服务

主要依赖:gin + gorm + viper + go.uber.org/zap

Build and run

git clone https://github.com/muxih4ck/Go-Web-Application-Template.git
cd Go-Web-Application-Template
make
./main

Testing

make test