On Thu, Oct 12, 2017 at 3:03 PM, burpswangy <edb1...@gmail.com> wrote: > > Is it possible to use the reflect package to get the parameter/function > types for a specified method/function?
I'm not sure precisely what you are asking, but the answer is probably yes. Start with something like reflect.ValueOf(myFunction).Type(). Ian -- 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. For more options, visit https://groups.google.com/d/optout.