cmd/vet: false positive copylocks check on len(array) and cap(array) #18374
Labels
Milestone
Comments
The CL is https://go-review.googlesource.com/34630 . |
CL https://golang.org/cl/34630 mentions this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: