Skip to content

x/website: greetings.Hellos(names) invocation changed, but it's not highlighted #46642

@derrickstaten

Description

@derrickstaten

Summary

On page https://golang.org/doc/tutorial/greetings-multiple-people, I'd expect the line messages, err := greetings.Hellos(names) to be bolded and in blue (i.e. rgb(0, 125, 156)), rather than in the default black font. This is because the function invocation greetings.Hello has been changed to greetings.Hellos in this step of the tutorial

What version of Go are you using (go version)?

$ go version
go version go1.16.5 darwin/amd64

Does this issue reproduce with the latest release?

It's a website formatting issue, not dependent on the go version

What operating system and processor architecture are you using (go env)?

It's a website formatting issue, not dependent on the go version

What did you do?

Visited https://golang.org/doc/tutorial/greetings-multiple-people and worked through the tutorial

What did you expect to see?

The following bolded, with color blue (i.e. rgb(0, 125, 156))

messages, err := greetings.Hellos(names)

What did you see instead?

The following in the normal formatting:

messages, err := greetings.Hellos(names)

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions