December 23, 2022Go embedding by exampleI recently learned about Go Embedding of structs and interfaces and I was quite impressed by how powerful it can be. So in the process of learning and exploring I thought it might be good to share what I have learned with a small and hopefully an easy example.I have divided this example into 3 simpl...Read more#programming#go#golang#go-embedding