# 分散式系統溝通的方法 - RPC

[Day 16 - 分散式系統溝通的方法 - RPC - iT 邦幫忙：：一起幫忙解決難題，拯救 IT 人的一天](https://ithelp.ithome.com.tw/articles/10223580)

## Run the example

```bash
# Run the server first:
go run server.go

# Then run the client:
go run client.go
```
