cmd/vet: possible bug in code #15883
Closed
Labels
Milestone
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
go version
)? 1739657go env
)? not importantLooking at
go/src/cmd/vet/print.go
Line 359 in 1739657
indexPending
. I believe the correct code should remove that and change the code atgo/src/cmd/vet/print.go
Line 373 in 1739657
state.indexPending
instead ofindexPending
as it does right now.Not sure what that will impact, hopefully nothing.
Either a possible leftover or a possible bug / inconsistency.
The text was updated successfully, but these errors were encountered: