Expand description
Go plugin. Extracts func (free → function, with a receiver → method),
type … struct → struct, and type … interface → trait (Go’s interface is
the same “named contract” concept). Methods are qualified by their receiver
type (Handle · Server); interface method signatures by the interface.