From 00ed23fb9acd5c56ee022369cbfe95ab69491bcd Mon Sep 17 00:00:00 2001 From: Muhammad Surya Date: Fri, 11 Sep 2020 23:23:14 +0700 Subject: [PATCH] add go-todo-backend-example (#3238) * Update README.md * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3cd6d0c6..fc8e7a99 100644 --- a/README.md +++ b/README.md @@ -1204,6 +1204,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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-todo-backend](https://github.com/Fs02/go-todo-backend) - Go Todo Backend example using modular project layout for product microservice. * [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. * [scaffold](https://github.com/catchplay/scaffold) - Scaffold generates starter Go project layout. Lets you focus on business logic implemeted.