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)
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 invocationgreetings.Hellohas been changed togreetings.Hellosin this step of the tutorialWhat version of Go are you using (
go version)?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))
What did you see instead?
The following in the normal formatting: