Skip to content

proposal: go/doc/comment: support doc links to instantiated types #79739

Description

@prattmic

@mvdan noted on https://go.dev/cl/707935 that it isn't possible to link to an instantiated generic type. Indeed the test I created in https://go.dev/cl/784820 agrees.

That seems like it would be nice to support, though it isn't completely obvious to me what the output should be.

e.g., [iter.Seq[bytes.Buffer]] could yield iter.Seq[bytes.Buffer] or iter.Seq[bytes.Buffer] or some other combination.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status
    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions