Wouldn't then the argument being passed into Less(Item) and Swap(Item) be 
for two different interfaces? 
One.Item for Less() and Two.Item for Swap().



On Saturday, September 24, 2016 at 10:31:56 PM UTC-7, Tamás Gulácsi wrote:
>
> You can embed the interface in two.Item:
> type Item interface {
>     one.Item
>     Len() int
>     Swap(item Item)
> }

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to