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.   

 

 

 

0
2 comments

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.

0
Avatar
Permanently deleted user

ok,   thanks

0

Please sign in to leave a comment.