x/tools/go/callgraph: incorrect document in type Edge struct #46973
Labels
Documentation
Issues describing a change to documentation.
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
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?
Read the source code at https://github.com/golang/tools/blob/master/go/callgraph/callgraph.go#L92
reflect.Call
might be undefined.reflect.Value.Call
would be working as expected instead.What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: