Remix clone Hacker News
new
|
show
|
ask
|
jobs
Github
▲
b_e_n_t_o_n
4 days ago
Struct embedding is sugar for
type Foo struct { MyType MyType } myFoo.MyType.url
So it would resolve myFoo.MyType1.url over myFoo.MyType2.NestedType.url