From 504408c82690833c900d66d6b69d065bb65e2afb Mon Sep 17 00:00:00 2001 From: sado Date: Fri, 13 Oct 2023 17:21:43 +0800 Subject: [PATCH] update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 76e0c63..fc083a5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Some practical tools、 algorithms written in Go -## [**p2c grpc balancer**](https://github.com/sado0823/go-kitx/tree/master/grpc/balancer/p2c) +## [**1) p2c grpc balancer**](https://github.com/sado0823/go-kitx/tree/master/grpc/balancer/p2c) ```go // example func test() { @@ -18,7 +18,7 @@ func test() { } ``` -## [**ast rule engine**](https://github.com/sado0823/go-kitx/tree/master/kit/rule) +## [**2) ast rule engine**](https://github.com/sado0823/go-kitx/tree/master/kit/rule) __supported operator__ @@ -70,7 +70,7 @@ func main(){ ``` -## [**start app with http and grpc**](https://github.com/sado0823/go-kitx/tree/master) +## [**3) start app with http and grpc**](https://github.com/sado0823/go-kitx/tree/master) ![img.png](docs/image/img.png) @@ -126,7 +126,7 @@ func Test_NewApp(t *testing.T) { } ``` -## [**kit**] +## [**4) kit**]() ```go 1) consistent hash 2) bbr、token、period ratelimit @@ -136,7 +136,7 @@ func Test_NewApp(t *testing.T) { 6) go ast rule engine ``` -## [**CMD**](https://github.com/sado0823/go-kitx/tree/master/cmd) +## [**5) CMD**](https://github.com/sado0823/go-kitx/tree/master/cmd) ```shell ❯ ./kitx -h