x/tools/go/analysis/passes/inspect: typo in comment in inspect.go #45079
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
When I read this documentation, I found the broken link.
https://github.com/golang/tools/blob/master/go/analysis/passes/inspect/inspect.go#L6
// (golang.org/x/tools/go/ast/inspect.Inspect) for the syntax trees of a
When I try to jump to this link, I get Not found. like this.
What did you expect to see?
I suggest fix it to the correct url.
What did you see instead?
I think this link is correct.
//(golang.org/x/tools/go/analysis/passes/inspect) for the syntax trees of a
The text was updated successfully, but these errors were encountered: