1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-23 20:02:22 +00:00

ch4-8 fix typo

This commit is contained in:
sfw 2019-10-04 16:41:41 +08:00
parent a56b386786
commit 2394d4305c

View File

@ -194,4 +194,4 @@ $ grpcurl -plaintext -d @ localhost:1234 HelloService.HelloService/Channel
}
```
通过grpcurl工具我们可以在没有服务端代码的环境下测试gRPC服务。
通过grpcurl工具我们可以在没有客户端代码的环境下测试gRPC服务。