Is there a way to get the original function and its signature using reflect
I want to create a funcMap from all methods of a particular struct.
Simplify making a generic typed value from a reflect value
I have Go code that receives a reflection value and needs to work with it as a generic. To convert the parameter, I’ve gotten the following to work. Is there a more simple way to achieve the goal?