From 6b3c0f628daad2ddff3e2a535f12a8eeb5067bef Mon Sep 17 00:00:00 2001 From: Mayank Prakash <51000602+myankpraksh@users.noreply.github.com> Date: Fri, 21 Oct 2022 21:03:30 +0530 Subject: [PATCH] Add content to go-zero and micro (#2596) * added content in 104-go-zero.md * added content in 103-micro.md Co-authored-by: Kamran Ahmed --- .../109-golang/content/109-go-microservices/103-micro.md | 7 ++++++- .../109-golang/content/109-go-microservices/104-go-zero.md | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/content/roadmaps/109-golang/content/109-go-microservices/103-micro.md b/content/roadmaps/109-golang/content/109-go-microservices/103-micro.md index 6554f93c6..7508ea850 100644 --- a/content/roadmaps/109-golang/content/109-go-microservices/103-micro.md +++ b/content/roadmaps/109-golang/content/109-go-microservices/103-micro.md @@ -1 +1,6 @@ -# Micro \ No newline at end of file +# Micro + +It is an API first development platform. It leverages the microservices architecture pattern and provides a set of services which act as the building blocks of a platform. + +Free Content +Micro Github \ No newline at end of file diff --git a/content/roadmaps/109-golang/content/109-go-microservices/104-go-zero.md b/content/roadmaps/109-golang/content/109-go-microservices/104-go-zero.md index b94ffd4cf..1e3eb6165 100644 --- a/content/roadmaps/109-golang/content/109-go-microservices/104-go-zero.md +++ b/content/roadmaps/109-golang/content/109-go-microservices/104-go-zero.md @@ -1,8 +1,8 @@ -# Go zero +# go-zero go-zero is a web and rpc framework with lots of engineering best practices builtin. It’s born to ensure the stability of the busy services with resilience design, and has been serving sites with tens of millions users for years. Free Content Go-zero Go-zero Docs -GitHub Repository +GitHub Repository \ No newline at end of file