[lectures/02-interfaces] Small fixes.

This commit is contained in:
Arseny Balobanov 2021-02-25 16:20:57 +03:00
parent f49590aa5e
commit 161ec2d44c

View file

@ -428,6 +428,8 @@ Check type
return return
} }
fmt.Println(a())
Output: Output:
0 0
@ -440,6 +442,8 @@ Output:
} }
} }
fmt.Println(b())
Output: Output:
3210 3210
@ -489,7 +493,6 @@ Output:
// ...parser... // ...parser...
} }
* recover * recover
func main() { func main() {