On 12/19/2013 01:35 PM, Kai Noda wrote:
> All Known Implementing Classes:
> Question:
> Are there anything like this in the Go world, at least for the standard
> libraries?
there are two tools i know of that can be used to discover this
relationship:
oracle which has limited support to find interfaces and their
implementations in one package:
http://godoc.org/code.google.com/p/go.tools/cmd/oracle
and implements which finds interfaces and implementations in a number of
differing packages:
https://github.com/dominikh/implements