Skip to content

Commit

Permalink
Merge pull request #635 from MGMCN/patch-1
Browse files Browse the repository at this point in the history
Update ch4-01-rpc-intro.md
  • Loading branch information
chai2010 committed Jul 22, 2023
2 parents d1604ab + 5cd1893 commit 84f70a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ch4-rpc/ch4-01-rpc-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ func main() {
if err != nil {
log.Fatal(err)
}
fmt.Println(reply)
}
```

Expand Down Expand Up @@ -141,6 +142,7 @@ func main() {
if err != nil {
log.Fatal(err)
}
fmt.Println(reply)
}
```

Expand Down

0 comments on commit 84f70a6

Please sign in to comment.