- Building Microservices with Go
- Nic Jackson
- 31字
- 2021-07-15 17:28:05
RPC in the Go standard library
As expected, the Go standard library has fantastic support for RPC right out-of-the-box. Let's look at a few examples of how we can use this.
推薦閱讀