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

cmd/go: generated test main files do not have generated comment #31971

Closed
ianthehat opened this issue May 10, 2019 · 1 comment
Closed

cmd/go: generated test main files do not have generated comment #31971

ianthehat opened this issue May 10, 2019 · 1 comment
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@ianthehat
Copy link

the generated go files for the test main package should have a standard // Code generated by comment added to them. This is needed now that they are exposed by go list and processed by analyzers.

@jayconrod jayconrod self-assigned this May 10, 2019
@jayconrod jayconrod added the NeedsFix The path to resolution is known, but the work has not been done. label May 10, 2019
@jayconrod jayconrod added this to the Go1.13 milestone May 10, 2019
@gopherbot
Copy link

Change https://golang.org/cl/176468 mentions this issue: cmd/go: add generated code comment to _testmain.go template

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

No branches or pull requests

3 participants