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

doc/go_spec.html: typo with an empty interface declaration #36526

Closed
perillo opened this issue Jan 13, 2020 · 1 comment
Closed

doc/go_spec.html: typo with an empty interface declaration #36526

perillo opened this issue Jan 13, 2020 · 1 comment
Labels
Documentation FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@perillo
Copy link
Contributor

perillo commented Jan 13, 2020

An example in https://golang.org/ref/spec#For_statements declares an empty interface with an incorrect style: var val interface {} instead of var val interface{}. All other empty interface declarations are styled correctly.

@ALTree ALTree added Documentation NeedsFix The path to resolution is known, but the work has not been done. labels Jan 13, 2020
@ianlancetaylor ianlancetaylor added this to the Go1.15 milestone Jan 13, 2020
@gopherbot
Copy link

Change https://golang.org/cl/214597 mentions this issue: spec: uniformly format empty interfaces as "interface{}"

@golang golang locked and limited conversation to collaborators Jan 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

5 participants