What version of Go are you using (go version)?
$ go version
go version go1.15.7
Does this issue reproduce with the latest release?
This is not a 'Go' issue, but maybe a typo in the tutorial Return greetings for multiple people.
What operating system and processor architecture are you using (go env)?
go env Output
$ go env
Windows , AMD Ryzen5 2600x
What did you do?
Walked through in the tutorial Return greetings for multiple people.
What did you expect to see?
The tutorial has this line: "You have the Hello function return this map to the caller.".
What did you see instead?
But it should be: "You have the Hellos function return this map to the caller.".
Since the function that returns maps is named Hellos.
What version of Go are you using (
go version)?Does this issue reproduce with the latest release?
This is not a 'Go' issue, but maybe a typo in the tutorial Return greetings for multiple people.
What operating system and processor architecture are you using (
go env)?go envOutputWhat did you do?
Walked through in the tutorial Return greetings for multiple people.
What did you expect to see?
The tutorial has this line: "You have the Hello function return this map to the caller.".
What did you see instead?
But it should be: "You have the Hellos function return this map to the caller.".
Since the function that returns maps is named Hellos.