-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Open
Labels
NeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.pkgsite
Milestone
Description
A Go user is confused as to how to find implementations of interfaces: https://bsky.app/profile/sszuecs.bsky.social/post/3lis5o4nv322u.
Google's internal package index relates each interface type to its concrete implementations (and vice versa), and each interface method to it corresponding method. This would be useful information to display in pkgsite too.
It requires a global index of methods, similar to what we build in gopls and Google's internal package index, but the ideas are familiar at this point.
thepudds and tmthrgdthepudds
Metadata
Metadata
Assignees
Labels
NeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.pkgsite