see
https://go.dev/issue/51183
- sean
On Mon, Feb 26, 2024, 15:44 Albert Widiatmoko
wrote:
> Hi Go community,
>
> I was playing with Go generics and writing some codes, but I faced some
> problems. I want to ask questions and help from the community if possible.
> Below, I am trying to build a
Hi Go community,
I was playing with Go generics and writing some codes, but I faced some
problems. I want to ask questions and help from the community if possible.
Below, I am trying to build a generic struct via a method through another
generic struct.
Here's the link to Go Playground: https: