On Mon, Nov 19, 2018 at 2:11 AM, iamybj via golang-nuts
<golang-nuts@googlegroups.com> wrote:
>
> 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...

Thanks for the note, but you didn't show us any code.  What do you
actually want?

To the best of my knowledge the reflect package lets you do anything
that you can do in the language itself, except for some very special
cases like creating a new interface 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.

Reply via email to