Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vearne committed Aug 6, 2024
1 parent 2b9a7ee commit 5977fb3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
find ./proto -name "*.proto" -exec protoc --go_out=$GOPATH/src\
--go-grpc_out=$GOPATH/src --go-grpc_opt=require_unimplemented_servers=false {} \;
```
or
```
protoc --go_out=$GOPATH/src --go-grpc_out=$GOPATH/src\
--go-grpc_opt=require_unimplemented_servers=false \
./proto/*.proto ./proto/another/*.proto
```


## Verify reflection interface
```
Expand Down

0 comments on commit 5977fb3

Please sign in to comment.