Thanks again.
On Monday, December 12, 2016 at 7:13:28 PM UTC-8, Dave Cheney wrote: > > It's unlikely to be added. > > On Tuesday, 13 December 2016 14:09:52 UTC+11, go-question wrote: >> >> Thanks for confirming. Would you know if its a valid feature on the >> roadmap? >> >> >> >> On Monday, December 12, 2016 at 5:14:13 PM UTC-8, Dave Cheney wrote: >>> >>> No, it is not currently possible to do this, >>> https://play.golang.org/p/S8w_ztCobQ >>> >>> On Tuesday, 13 December 2016 12:08:52 UTC+11, go-question wrote: >>>> >>>> >>>> I noticed that its possible to define/scope types/interfaces in >>>> functions. >>>> >>>> Now I'm not arguing that this is good practice, but for the sake of >>>> curiosity. >>>> How can I then add a method w/ a receiver to type foo so that it >>>> satisfies interface ifoo? (in function scope) >>>> >>>> >>>> func main() { >>>> >>>> type foo struct{ >>>> a string >>>> } >>>> >>>> type ifoo interface { >>>> Bar() >>>> } >>>> >>>> // possible? >>>> foo{"baz"}.Bar() >>>> >>>> } >>>> >>>> >>>> >>>> -- 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.