How to define limited packages when searching parent interfaces / implemented structs?
for example:
type Key interface {
String() string
}
when to find which struct implement the Key interface ? the Goland IDE show so many structs which defined in go source/ vendor.
I want to exclude go srouce, vendor. how to set?
thanks.
Please sign in to leave a comment.
Hi,
There is no way to do this. We're going to sort result, though. Please track the issue to get updates: https://youtrack.jetbrains.com/issue/GO-3185.
ok, thanks