Skip to content

Commit

Permalink
heavey refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Razmjou committed Aug 17, 2020
1 parent 20f92ca commit b49886a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ It also supports for weak reference type of cache where the cache consumes as mu
<br/>

You can enable [gRPC](https://grpc.io), HTTP and [memcached](https://memcached.org) and enjoy taking advantage of both protocols simultaneously.


## Build
```Bash
$go build -v
```

## Usage
```
Usage of gerdu:
-capacity string
Expand Down Expand Up @@ -71,7 +77,7 @@ $curl --request GET localhost:8080/metrics
```

## Sample applications
Sample application s available in:
Sample applications are available in:


- C++ ([HTTP](examples/HTTP/CPP), [gRPC](examples/gRPC/CPP))
Expand Down

0 comments on commit b49886a

Please sign in to comment.