Add go-zero content (#2621)

#1836

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/2600/head^2
Hossam Kandil 2 years ago committed by GitHub
parent 21fdc05b6b
commit c5eac023b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      content/roadmaps/109-golang/content/109-go-microservices/104-go-zero.md

@ -1,7 +1,8 @@
# Go zero
Go-zero is a web and rpc framework with lots of builtin engineering practices. It’s born to ensure the stability of the busy services with resilience design and has been serving sites with tens of millions of users for years.
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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://go-zero.dev/'>Go-zero</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Docs' href='https://go-zero.dev/docs/introduction'>Go-zero Docs</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='GitHub Repository' href='https://github.com/zeromicro/go-zero'>GitHub Repository</BadgeLink>

Loading…
Cancel
Save