We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The commit bd9aa98 introduced false positive for copylocks check in `go tool vet':
copylocks
var a [5]sync.Mutex // vet incorrectly emits 'function call copies lock value: sync.Mutex' on the following lines: n := len(a) m := cap(a)
The commit bd9aa98 was introduced in go1.8, so this false positive should be fixed in go1.8 too.
I'll send the corresponding CL fixing this issue in a few minutes.
The text was updated successfully, but these errors were encountered:
The CL is https://go-review.googlesource.com/34630 .
Sorry, something went wrong.
CL https://golang.org/cl/34630 mentions this issue.
d160982
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
The commit bd9aa98 introduced false positive for
copylocks
check in `go tool vet':The commit bd9aa98 was introduced in go1.8, so this false positive should be fixed in go1.8 too.
I'll send the corresponding CL fixing this issue in a few minutes.
The text was updated successfully, but these errors were encountered: