func Test1() int { return 0 }
func Test2() int { return 0 }
In the example above I need to list Test1 and Test2. Is it possible?
Thank you,
Serge
fortunately it's not possible.
-j
Is it possible to list all functions in a package (not methods) via reflect.
In the example above I need to list Test1 and Test2. Is it possible?