I'm new to Go, and I'd like to know if there's a way in Goland or w/ a CLI tool to list all the types that implement a given interface.
I found a tool called guru
that can list all interfaces implemented by a given type, but I haven't been able to make it work in CLI.