From dcaedf729eb0e32605351917ceb0876c54c1fc05 Mon Sep 17 00:00:00 2001 From: Sophia Brandt <16630701+sophiabrandt@users.noreply.github.com> Date: Sat, 2 Oct 2021 11:32:08 +0200 Subject: [PATCH] Add ardanlabs/service starter kit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ba8023c..426f052f 100644 --- a/README.md +++ b/README.md @@ -1416,6 +1416,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a _**Unofficial** set of patterns for structuring projects._ +* [ardanlabs/service](https://github.com/ardanlabs/service) - A [starter kit](https://github.com/ardanlabs/service/wiki) for building production grade scalable web service applications. * [cookiecutter-golang](https://github.com/lacion/cookiecutter-golang) - A Go application boilerplate template for quick starting projects following production best practices. * [go-sample](https://github.com/zitryss/go-sample) - A sample layout for Go application projects with the real code. * [go-starter](https://github.com/allaboutapps/go-starter) - An opinionated production-ready RESTful JSON backend template, highly integrated with VSCode DevContainers.