Skip to content

Commit 5cd1893

Browse files
authored
Update ch4-01-rpc-intro.md
add output for reply
1 parent d1604ab commit 5cd1893

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ch4-rpc/ch4-01-rpc-intro.md

+2
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ func main() {
9898
if err != nil {
9999
log.Fatal(err)
100100
}
101+
fmt.Println(reply)
101102
}
102103
```
103104

@@ -141,6 +142,7 @@ func main() {
141142
if err != nil {
142143
log.Fatal(err)
143144
}
145+
fmt.Println(reply)
144146
}
145147
```
146148

0 commit comments

Comments
 (0)