From 79de29b0e142cd7a24bf4dd6d7e9884852946a23 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Thu, 26 Dec 2019 09:31:39 -0500 Subject: [PATCH] Added go-restful-api project (#2869) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8bc10e21..b3c7456c 100644 --- a/README.md +++ b/README.md @@ -1115,6 +1115,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Unofficial set of patterns for structuring projects.* * [cookiecutter-golang](https://github.com/lacion/cookiecutter-golang) - A Go application boilerplate template for quick starting projects following production best practices. +* [go-restful-api](https://github.com/qiangxue/go-restful-api) - An idiomatic Go RESTful API starter kit following SOLID principles and Clean Architecture with a common project layout. * [go-sample](https://github.com/zitryss/go-sample) - A sample layout for Go application projects with the real code. * [golang-standards/project-layout](https://github.com/golang-standards/project-layout) - Set of common historical and emerging project layout patterns in the Go ecosystem. * [modern-go-application](https://github.com/sagikazarmark/modern-go-application) - Go application boilerplate and example applying modern practices.