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

internal/driver: fix new unkeyed composite lit vet warnings #298

Merged
merged 1 commit into from Jan 25, 2018
Merged

internal/driver: fix new unkeyed composite lit vet warnings #298

merged 1 commit into from Jan 25, 2018

Conversation

mvdan
Copy link
Contributor

@mvdan mvdan commented Jan 25, 2018

The current version of go vet does not flag these as noted in
golang/go#23539. A fix is in the works, and will likely be included in
Go 1.11. Make the updated vet tool happy, so that the vendored copy of
pprof in the Go tree can be updated and make the vet trybot happy.

Fixes #297.

The current version of go vet does not flag these as noted in
golang/go#23539. A fix is in the works, and will likely be included in
Go 1.11. Make the updated vet tool happy, so that the vendored copy of
pprof in the Go tree can be updated and make the vet trybot happy.

Fixes #297.
@aalexand aalexand merged commit 37d0150 into google:master Jan 25, 2018
lannadorai pushed a commit to lannadorai/pprof that referenced this pull request Feb 13, 2018
The current version of go vet does not flag these as noted in
golang/go#23539. A fix is in the works, and will likely be included in
Go 1.11. Make the updated vet tool happy, so that the vendored copy of
pprof in the Go tree can be updated and make the vet trybot happy.

Fixes google#297.
gmarin13 pushed a commit to gmarin13/pprof that referenced this pull request Dec 17, 2020
The current version of go vet does not flag these as noted in
golang/go#23539. A fix is in the works, and will likely be included in
Go 1.11. Make the updated vet tool happy, so that the vendored copy of
pprof in the Go tree can be updated and make the vet trybot happy.

Fixes google#297.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unkeyed fields fix in vet is unearthing dozens of warnings in pprof
3 participants