Skip to content

Commit 84f70a6

Browse files
authored
Merge pull request #635 from MGMCN/patch-1
Update ch4-01-rpc-intro.md
2 parents d1604ab + 5cd1893 commit 84f70a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
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)