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

go/doc: remove const declarations containing only the blank identifier #9615

Closed
garyburd opened this issue Jan 16, 2015 · 1 comment
Closed

Comments

@garyburd
Copy link
Contributor

Example from the time package documentation:

const (
    _ = iota
)
@griesemer
Copy link
Contributor

This bug may have been introduced with some recent changes ( https://go-review.googlesource.com/#/c/2091/ comes to mind ).

@mikioh mikioh changed the title goc/doc: remove const declarations containing only the blank identifier go/doc: remove const declarations containing only the blank identifier Jan 17, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants