From 161ec2d44c07aca27a3bc2b2774b553c2483f912 Mon Sep 17 00:00:00 2001 From: Arseny Balobanov Date: Thu, 25 Feb 2021 16:20:57 +0300 Subject: [PATCH] [lectures/02-interfaces] Small fixes. --- lectures/02-interfaces/lecture.slide | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lectures/02-interfaces/lecture.slide b/lectures/02-interfaces/lecture.slide index 3b99f4f..88445fb 100644 --- a/lectures/02-interfaces/lecture.slide +++ b/lectures/02-interfaces/lecture.slide @@ -428,6 +428,8 @@ Check type return } + fmt.Println(a()) + Output: 0 @@ -440,6 +442,8 @@ Output: } } + fmt.Println(b()) + Output: 3210 @@ -489,7 +493,6 @@ Output: // ...parser... } - * recover func main() {