From 8543d149c6379819a90cdb51da0f7571c4981a52 Mon Sep 17 00:00:00 2001 From: Janishar Ali Date: Sun, 7 Jul 2024 14:24:37 +0530 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d467afc..e54c32d 100644 --- a/README.md +++ b/README.md @@ -467,6 +467,8 @@ func EnsureDbIndexes(db mongo.Database) { ## Go Microservices Architecture using goserve `goserve` also provides `micro` package to build REST API microservices. Find the microservices version of this blog service project at [github.com/unusualcodeorg/gomicro](https://github.com/unusualcodeorg/gomicro) +[Article - How to Create Microservices — A Practical Guide Using Go](https://medium.com/@janishar.ali/how-to-create-microservices-a-practical-guide-using-go-35445a821513) + ## Find this project useful ? :heart: * Support it by clicking the :star: button on the upper right of this page. :v: