I wonder if it is possible to use composition and embed a generic struct (with go2go of course)?
I wan’t to do something like this, where I try to embed a generic struct to another generic struct: https://go2goplay.golang.org/p/5SPrFG55PFW
A non-generic version of this might be like this: https://go2goplay.golang.org/p/0oMJzsSoDo5
I am not very familiar to this new generic aspect in Go, so it might be that I am doing it wrong? Or is it maybe impossible to embed a generic struct?
Thanks!