Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tour: Structs - type declaration is not explained #121

Open
hannahcancode opened this issue Dec 4, 2016 · 1 comment · May be fixed by golang/website#70
Open

tour: Structs - type declaration is not explained #121

hannahcancode opened this issue Dec 4, 2016 · 1 comment · May be fixed by golang/website#70
Labels
NeedsFix The path to resolution is known, but the work has not been done.

Comments

@hannahcancode
Copy link

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?

@athyuttamre
Copy link

+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.

Could someone improve this please?

@ALTree ALTree added the NeedsFix The path to resolution is known, but the work has not been done. label Jun 28, 2018
sagar23sj added a commit to sagar23sj/website that referenced this issue Jun 16, 2021
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants