1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-23 20:02:22 +00:00

Update ch4-05-grpc-hack.md

Word modification
This commit is contained in:
simon 2020-02-14 15:48:58 +08:00 committed by GitHub
parent 385c03d505
commit 5ef2ab0139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -318,7 +318,7 @@ func filter(
info *grpc.UnaryServerInfo,
handler grpc.UnaryHandler,
) (resp interface{}, err error) {
log.Println("fileter:", info)
log.Println("filter:", info)
defer func() {
if r := recover(); r != nil {