[go-nuts] Re: Intercepting field access and method call

2020-04-12 Thread Tanmay Das
Very true. On Monday, April 13, 2020 at 1:37:09 AM UTC+6, Amnon Baron Cohen wrote: > > Go is a simple language. > > Code in Go does what it says. No magic. > > That is its beauty. That is its power. > > On Sunday, 12 April 2020 03:59:08 UTC+1, Tanmay Das wrote: >> >> Say you have a struct Foo

[go-nuts] Re: Intercepting field access and method call

2020-04-12 Thread Amnon Baron Cohen
Go is a simple language. Code in Go does what it says. No magic. That is its beauty. That is its power. On Sunday, 12 April 2020 03:59:08 UTC+1, Tanmay Das wrote: > > Say you have a struct Foo and you access fields and call methods on it as > you normally would. But is it possible to execute