From 708b9ade6ed25b5ed78e4753bd4163d4ee58b617 Mon Sep 17 00:00:00 2001 From: Paul Stivers Date: Sat, 10 Sep 2022 09:13:43 -0400 Subject: [PATCH] add errata for chapter 1, Type assertions, O'reilly media edition --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d0ecd8c..c900f67 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ We also provide a PDF file that has color images of the screenshots/diagrams use ## Errata * Page xxi (Under to get the most out of this book): **gPRC(https://grpc.io)** _should be_ **gRPC(https://grpc.io)** + * Chapter 1, Type assertion, in the switch statement, all of the fmt.Printf("...", i) should be fmt.Printf("...", v) ## Get to Know the Authors **John Doak**