Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sado0823 committed Oct 13, 2023
1 parent 39c17a3 commit 504408c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand All @@ -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__

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -126,7 +126,7 @@ func Test_NewApp(t *testing.T) {
}
```

## [**kit**]
## [**4) kit**]()
```go
1) consistent hash
2) bbr、token、period ratelimit
Expand All @@ -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

Expand Down

0 comments on commit 504408c

Please sign in to comment.