Hi, I would like to be able to create and initialize an empty struct for each call to `Decode` instead of httpin creating a new instance using ``` rootValue := reflect.New(r.Type) ``` Any chance there is an option to do that?
Hi,
I would like to be able to create and initialize an empty struct for each call to
Decodeinstead of httpin creating a new instance usingAny chance there is an option to do that?