You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+1 to this. A tutorial should explain succinctly, and not assume familiarity.
Go is increasingly used by programmers of all experience levels, and is also being taught in college courses. I would submit a PR but don't feel like I could come up with an authoritative explanation.
…etypes/2
Existing description didnot explain type keyword and had less explanation of struct.
New changes added explanation on struct and type keyword.
Fixes: golang/tour#121
Context: https://tour.golang.org/moretypes/2
"(And a type declaration does what you'd expect.)"
Could this be expanded upon for those of us who don't know what to expect from a type declaration?
The text was updated successfully, but these errors were encountered: