1
0
Fork 0
mirror of https://github.com/mfornos/awesome-microservices.git synced 2025-07-31 21:59:25 -04:00

update go-zero description

This commit is contained in:
kevin 2021-04-29 14:22:43 +08:00
parent 9041be000a
commit e359e39f4d

View file

@ -179,7 +179,7 @@ A curated list of Microservice Architecture related principles and technologies.
- [Go kit](https://github.com/go-kit/kit) - Distributed programming toolkit for microservices in the modern enterprise.
- [go-api-boilerplate](https://github.com/vardius/go-api-boilerplate) - Go Server/API boilerplate using best practices, DDD, CQRS, ES, gRPC
- [Go-micro](https://github.com/micro/go-micro) - A distributed systems development framework.
- [go-zero](https://github.com/tal-tech/go-zero) - A web and rpc framework with a builtin tool that greatly improves the development productivity.
- [go-zero](https://github.com/tal-tech/go-zero) - A web and rpc distributed system development framework.
- [Gopencils](https://github.com/bndr/gopencils) - Easily consume REST APIs with Go.
- [Gorilla](http://www.gorillatoolkit.org/) - Web toolkit for the Go programming language.
- [Iris](https://github.com/kataras/iris) - Fast, simple and efficient micro web framework for Go.