* Chris Hopkins [181010 12:04]:
> Hi,
> I appreciate this is not possible, but realised I never understood why (so
> have just been working around it).
> Example code at:
> https://play.golang.org/p/BgFL9T0KiC7
>
> I can create a struct with other structs as a member. I then get all the
> field
On Wed, Oct 10, 2018 at 10:04 AM Chris Hopkins wrote:
>
> Hi,
> I appreciate this is not possible, but realised I never understood why (so
> have just been working around it).
> Example code at:
> https://play.golang.org/p/BgFL9T0KiC7
>
> I can create a struct with other structs as a member. I th
Hi,
I appreciate this is not possible, but realised I never understood why (so
have just been working around it).
Example code at:
https://play.golang.org/p/BgFL9T0KiC7
I can create a struct with other structs as a member. I then get all the
fields and methods associated with that member.
But yo