golang/tour

tour: [Type switches]

jiechen257 opened this issue · 0 comments

Context: https://go.dev/tour/methods/16

image

Does the statement in the red circle carry any ambiguity?

In each case branch of the code block, v represents the type of i, yet emphasizing this point specifically in the default case, does it feel misleading or redundant?