1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-24 03:23:08 +01:00

Add go-zero content (#2621)

#1836

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Hossam Kandil 2022-10-21 19:20:46 +04:00 committed by GitHub
parent 21fdc05b6b
commit c5eac023b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,8 @@
# Go zero
Go-zero is a web and rpc framework with lots of builtin engineering practices. Its 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. Its 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>