On Thu, Nov 8, 2012 at 10:36 AM, F i L <witte2008@gmail.com> wrote:
That's essentially how Go is designed:

    type Shape interface {
        draw()
    } 
    ...
 

Method dispatch is still done at runtime though.

--
Ziad