Is it possible, somehow, to use reflection to utilize the call to 
gob.Register()?  Something like:

gob.Register(m.Type().In(0))

Problem I'm having is that m.Type().In(0) is a type of *reflect.rtype, so 
it registers that... and not the actual type being reflected.

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to