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.
请先登录再写评论。
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