On Mon, Dec 24, 2018 at 9:29 AM Mark Volkmann <r.mark.volkm...@gmail.com> wrote:
>
> IIUC, Kind is a method of both Type and Value. But the index near the top of 
> https://golang.org/pkg/reflect/ only shows it as a method of Value. If you 
> click on "type Type" in the index, it scrolls to the description of that 
> interface which includes the Kind method.
>
> Is it wrong that the index excludes the Kind method in the list of Type 
> methods?

It is displayed that way because Value is a struct while Type is an interface.

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