Improve "have X want Y" error with additional file and line information #42841
Comments
Seems overlooked by triage? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What did you do?
What did you expect to see?
Show also line information (
foo.go:123:57
) for have line. The implementation might be in completely different file. In modern IDEs you simply can click the file information line to navigate to referenced file and line quickly.want could also have line information to referenced interface definition line?
What did you see instead?
The text was updated successfully, but these errors were encountered: