[lectures/02-interfaces] Small fixes.
This commit is contained in:
parent
f49590aa5e
commit
161ec2d44c
1 changed files with 4 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue