您如何在Golang中快速找到接口的实现? [重复]

This question already has an answer here:

Let's say I want to find all implementations of the io.ReadCloser interface.

How can I do this in Go?

</div>

You can use:

You also have: