Skip to content

x/website: https://golang.org/doc/tutorial/greetings-multiple-people should highlight added code  #49708

@apuchitnis

Description

@apuchitnis

Specifically the following code under step 2 should be highlighted in blue:

    // Request greeting messages for the names.
    messages, err := greetings.Hellos(names)
    if err != nil {
        log.Fatal(err)
    }

Does this issue reproduce with the latest release?

Yes, https://golang.org/doc/tutorial/greetings-multiple-people as of today.

What did you expect to see?

New code is highlighted.

What did you see instead?

New code that isn't highlighted.

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