Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
apuchitnis opened this issue Nov 21, 2021 · 1 comment

Comments

@apuchitnis
Copy link

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.

@seankhliao
Copy link
Member

Duplicate of #46416

@seankhliao seankhliao marked this as a duplicate of #46416 Nov 21, 2021
@golang golang locked and limited conversation to collaborators Nov 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants