I am dong a simple sql library, but i need access some unexpected members 
in the std lib.
I find this project https://github.com/alangpierce/go-forceexport
but it is out of date.\

The authors of golang are some old programmer, but programming language 
processing for several ten years.
golang must borrow new features from c# and java.

reflection should be completely support package, it is not enough  now.

And also, in java and c#, user defined types are the same as runtime types 
for example these 2 languages can use for..each for user defined types.
but in go, for...range can only be applied in system types.

A lot of thing should be done, go process too slow...

-- 
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.

Reply via email to