Sunday, 18 August 2013

in golang, which value's kind is reflect.Interface

in golang, which value's kind is reflect.Interface

j:=1
i know the kind of j is reflect.Int
var j interface{} = 1
the kind of j is also reflect.Int
but which value's kind is reflect.Interface?

No comments:

Post a Comment