Hello, 
I do some tests with generics with Go 1.18.
But I can't reach my goal.

With https://go.dev/play/p/7kxMEWtXcPG
I have:
```

panic: json: Unmarshal(nil *main.payload)

goroutine 1 [running]:
main.main()
        /tmp/sandbox3884661607/prog.go:43 +0x112
Program exited.
```

Because payload (line 15) is nil

Any tips ?

Many thx.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/5cd2414a-ee8d-4a32-b976-d8b97d677945n%40googlegroups.com.

Reply via email to