mirror of
https://github.com/chai2010/advanced-go-programming-book.git
synced 2025-04-27 15:05:35 +00:00
Update ch4-01-rpc-intro.md
add output for reply
This commit is contained in:
parent
d1604ab30c
commit
5cd18935af
@ -98,6 +98,7 @@ func main() {
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
fmt.Println(reply)
|
||||
}
|
||||
```
|
||||
|
||||
@ -141,6 +142,7 @@ func main() {
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
fmt.Println(reply)
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user