top | item 44997094

(no title)

listeria | 6 months ago

It's called struct embedding, there an article about it in Go by Example if you're interested: https://gobyexample.com/struct-embedding

discuss

order

stefanos82|6 months ago

Thank you @listeria, today I learned about struct embedding lol!

genghisjahn|6 months ago

I rediscover this about once a year and am always so happy when I do.