On 19 Mar 2015 15:40, "David DENG" <david...@gmail.com> wrote:
>
> The problem is how to generate a reflect.Type of an interface type? if this is not possible, in which case this method could be used?
>
Get the reflect.Type of a pointer to that interface and then called the .Elem() method to get a reflect.Type of the interface.