Go HTTP 服务工程模板。参考自掘金小册基于 Go 语言构建企业级的 RESTful API 服务
主要依赖:gin + gorm + viper + go.uber.org/zap
git clone https://github.com/muxih4ck/Go-Web-Application-Template.git
cd Go-Web-Application-Template
make
./main
make test
Go HTTP 服务工程模板。参考自掘金小册基于 Go 语言构建企业级的 RESTful API 服务
主要依赖:gin + gorm + viper + go.uber.org/zap
git clone https://github.com/muxih4ck/Go-Web-Application-Template.git
cd Go-Web-Application-Template
make
./main
make test