-
-
Couldn't load subscription status.
- Fork 12.7k
Update README.md #5897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update README.md #5897
Conversation
Add go-zero to Web Frameworks section
|
Automated Quality Checks (from CONTRIBUTING minimum standards)
These checks are a best-effort automation and do not replace human review. |
WalkthroughA new entry for go-zero was added to the Web Frameworks section in README.md between Goyave and Hertz. This is a documentation-only addition with no code or functional changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (1 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
created another PR to see if that will work |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README.md(1 hunks)
🧰 Additional context used
📓 Path-based instructions (3)
README.md
📄 CodeRabbit inference engine (AGENTS.md)
README.md: When modifying the Awesome list, keep categories with at least three entries
Descriptions in the Awesome list must end with a period
Avoid promotional copy; keep descriptions concise and neutral in the Awesome list
Do not remove existing list content unless removal is requested and justified
Files:
README.md
**/*.md
📄 CodeRabbit inference engine (AGENTS.md)
Keep documentation in English
Files:
README.md
{README.md,COVERAGE.md}
📄 CodeRabbit inference engine (AGENTS.md)
Align rendered documentation (README.md, COVERAGE.md, etc.) with behavior changes in main.go or helper packages
Files:
README.md
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
- GitHub Check: Codacy Static Code Analysis
- GitHub Check: Codacy Static Code Analysis
| - [Goyave](https://github.com/go-goyave/goyave) - Feature-complete REST API framework aimed at clean code and fast development, with powerful built-in functionalities. | ||
| - [go-zero](https://github.com/zeromicro/go-zero) - A web and RPC framework that integrates service discovery, fault tolerance, load shedding, circuit breaking, and code generation for cloud-native Go microservices. | ||
| - [Hertz](https://github.com/cloudwego/hertz) - A high-performance and strong-extensibility Go HTTP framework that helps developers build microservices. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep the Web Frameworks list alphabetized.
Awesome-go requires alphabetical order inside each section. Here “go-zero” should come before “Goyave” (hyphen sorts before “y”), so please swap their positions.
Apply this diff:
-- [Goyave](https://github.com/go-goyave/goyave) - Feature-complete REST API framework aimed at clean code and fast development, with powerful built-in functionalities.
-- [go-zero](https://github.com/zeromicro/go-zero) - A web and RPC framework that integrates service discovery, fault tolerance, load shedding, circuit breaking, and code generation for cloud-native Go microservices.
+- [go-zero](https://github.com/zeromicro/go-zero) - A web and RPC framework that integrates service discovery, fault tolerance, load shedding, circuit breaking, and code generation for cloud-native Go microservices.
+- [Goyave](https://github.com/go-goyave/goyave) - Feature-complete REST API framework aimed at clean code and fast development, with powerful built-in functionalities.📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| - [Goyave](https://github.com/go-goyave/goyave) - Feature-complete REST API framework aimed at clean code and fast development, with powerful built-in functionalities. | |
| - [go-zero](https://github.com/zeromicro/go-zero) - A web and RPC framework that integrates service discovery, fault tolerance, load shedding, circuit breaking, and code generation for cloud-native Go microservices. | |
| - [Hertz](https://github.com/cloudwego/hertz) - A high-performance and strong-extensibility Go HTTP framework that helps developers build microservices. | |
| - [go-zero](https://github.com/zeromicro/go-zero) - A web and RPC framework that integrates service discovery, fault tolerance, load shedding, circuit breaking, and code generation for cloud-native Go microservices. | |
| - [Goyave](https://github.com/go-goyave/goyave) - Feature-complete REST API framework aimed at clean code and fast development, with powerful built-in functionalities. | |
| - [Hertz](https://github.com/cloudwego/hertz) - A high-performance and strong-extensibility Go HTTP framework that helps developers build microservices. |
🤖 Prompt for AI Agents
In README.md around lines 3048 to 3050, the Web Frameworks list is not
alphabetized: "Goyave" appears before "go-zero"; reorder the entries so they are
in alphabetical order (case-insensitive, with hyphen considered before letters)
by moving the "go-zero" line above the "Goyave" line, keeping the exact entry
text and formatting otherwise unchanged.
This PR adds go-zero, an actively maintained cloud-native web and RPC framework for Go.
Why it’s a valuable addition:
We want to ensure high quality of the packages. Make sure that you've checked the boxes below before sending a pull request.
Not every repository (project) will require every option, but most projects should. Check the Contribution Guidelines for details.
Please provide some links to your package to ease the review
Pull Request content
Category quality
Note that new categories can be added only when there are 3 packages or more.
Packages added a long time ago might not meet the current guidelines anymore. It would be very helpful if you could check 3-5 packages above and below your submission to ensure that they also still meet the Quality Standards.
Please delete one of the following lines:
Thanks for your PR, you're awesome! 😎
Summary by CodeRabbit