tour: better explanation about type declarations? #13530
Labels
Documentation
Issues describing a change to documentation.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Context: https://tour.golang.org/moretypes/2
I just decided to look through the Go tour to see how it explains named types and assignability. As far as I can tell, the only explanation is the parenthetical sentence "And a
type
declaration does what you'd expect."Based on user questions like issue #13529, I suspect that
type
declarations do not necessarily do what users expect, and perhaps it's worth elaborating on this point somehow.The text was updated successfully, but these errors were encountered: