the branch dev.go2go will print some thing like 
'instantiate୦୦String୦string', i will in the release of generic it wouldn't 
looks like this?

On Saturday, February 6, 2021 at 12:02:52 AM UTC+8 
axel.wa...@googlemail.com wrote:

> It's impossible to tell, as that code is invalid. You didn't define `a`, 
> so we don't know what its type should be. If you intended to add a `var a 
> String[int]`, for example, I would assume it should print something like 
> "String[int]".
>
> On Fri, Feb 5, 2021 at 4:05 PM xie cui <cuiw...@gmail.com> wrote:
>
>> type String [T any] struct {
>> str T
>> }
>>
>> fmt.Println(reflect.TypeOf(a).Name())
>>
>> in generic code, what is the output of relfect type name of generic type?
>>
>> -- 
>> 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...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/golang-nuts/334a7046-7c64-40e7-832e-09d51366c947n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/golang-nuts/334a7046-7c64-40e7-832e-09d51366c947n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/0268bdaa-f525-483e-bd33-4684185c6967n%40googlegroups.com.

Reply via email to