From 9f02fb6a2b98e24c912506d9cad17fb35894c7b2 Mon Sep 17 00:00:00 2001 From: Arseny Balobanov Date: Thu, 23 Apr 2020 19:30:31 +0300 Subject: [PATCH] io-lecture: fix typo --- lectures/09-io/lecture.slide | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/09-io/lecture.slide b/lectures/09-io/lecture.slide index c193975..52746f5 100644 --- a/lectures/09-io/lecture.slide +++ b/lectures/09-io/lecture.slide @@ -260,7 +260,7 @@ Readers are all over the standard library: - archive/... - compress/... - text/... -- nex/http/ResponseWriter +- net/http/ResponseWriter - // and many more * io.Pipe