The magical Go phrase is "implicitly implements." What you want is to make
that explicit in the documentation.

On Thu, May 16, 2019 at 1:16 AM 'White Hexagon' via golang-nuts <
golang-nuts@googlegroups.com> wrote:

> Thanks. Tools are fine, but a new developer has to know about them.  So I
> think it would still be super useful if golang.org documentation had this
> information already generated.  In bytes.Reader I should be able to see
> 'Implements ReadSeeker etc', and in ReadSeeker I should be able to see
> 'Implemented by bytes.Reader etc'.
>
> Cheers
> Peter
>
> On Thursday, 16 May 2019 09:50:04 UTC+2, Agniva De Sarker wrote:
>>
>> You can see the documentation by enabling type analysis in godoc. See
>> https://golang.org/lib/godoc/analysis/help.html. Also see
>> https://github.com/golang/go/issues/20131
>>
>> --
> 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/5b1b85a8-8072-4da3-9ca5-b9d29a28e331%40googlegroups.com
> <https://groups.google.com/d/msgid/golang-nuts/5b1b85a8-8072-4da3-9ca5-b9d29a28e331%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 

*Michael T. jonesmichael.jo...@gmail.com <michael.jo...@gmail.com>*

-- 
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/CALoEmQz-PT4vYq1phJ7x_9UpcseLqY-u9Qmn7kBYf-0hmtAc%2BQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to