Skip to content

Commit

Permalink
update grpc example commands (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
sallyom authored Apr 23, 2021
1 parent 7b51f7a commit 4d6b37e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,13 @@ Traces client and server calls via interceptors.
Only required if the service definition (.proto) changes.

```sh
cd ./example/grpc

# protobuf v1.3.2
protoc -I api --go_out=plugins=grpc,paths=source_relative:./api api/hello-service.proto
```

### Run server

```sh
cd ./example/grpc

go run ./server
```

Expand Down

0 comments on commit 4d6b37e

Please sign in to comment.