Answer the question
In order to leave comments, you need to log in
How to find out which types meet the requirements of an interface in a particular package?
For example, I have some kind of package from the github, which I see for the first time and I need to submit a type that implements the view interface to one of its functions:
type Fooer interface {
Func(a, b int) float64
Sort()
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question