From 989019b47b3206d75180daef73e4ade777013fdc Mon Sep 17 00:00:00 2001 From: Richard Date: Thu, 16 Dec 2021 14:06:12 +0800 Subject: [PATCH] dcos: add microService framework --- ReadMe.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ReadMe.md b/ReadMe.md index efefc32..d9bf3b4 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -159,6 +159,7 @@ If you like or are using this project to learn or start your solution, please gi - [go-zero](https://github.com/tal-tech/go-zero) - [Micro](https://github.com/micro/go-micro) - [rpcx](https://github.com/smallnest/rpcx) + - [eagle](https://github.com/go-eagle/eagle) 4. RPC - [Protocol Buffers](https://github.com/protocolbuffers/protobuf) - [gRPC-Go](https://github.com/grpc/grpc-go)