Comment by listeria
It's called struct embedding, there an article about it in Go by Example if you're interested: https://gobyexample.com/struct-embedding
It's called struct embedding, there an article about it in Go by Example if you're interested: https://gobyexample.com/struct-embedding
I rediscover this about once a year and am always so happy when I do.
Thank you @listeria, today I learned about struct embedding lol!