Skip to content

godoc: remove comments from index associated with anonymous function parameter #33777

@gertcuykens

Description

@gertcuykens

Example:

func Reporter(r interface {
	// PushStep is called when a tree-traversal operation is performed.
	// The PathStep itself is only valid until the step is popped.
	// The PathStep.Values are valid for the duration of the entire traversal
	// and must not be mutated.
	//
	// Equal always calls PushStep at the start to provide an operation-less
	// PathStep used to report the root values.
        ....

https://godoc.org/github.com/google/go-cmp/cmp

image

Remove comments from the index view (see screenshot)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions