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: #49711

Closed
jghagemann opened this issue Nov 22, 2021 · 1 comment
Closed

x/website: #49711

jghagemann opened this issue Nov 22, 2021 · 1 comment

Comments

@jghagemann
Copy link

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

$ go version 1.17.3

Does this issue reproduce with the latest release?

Yes

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

Ubuntu 20.04 LTS

go env Output
$ go env

What did you do?

Following the "Return greetings for multiple users" tutorial

What did you expect to see?

In the hello.go example code, lines:
messages, err := greetings.Hellos(names)
and
fmt.Println(messages)

Should also be marked as they refer to the newly created slice, otherwise VSCode detects errors

What did you see instead?

The lines referred to above we're not marked as changes

Apologies if this is so simple that it shouldn't be here, but it was the only way I found to point it out
Screenshot from 2021-11-21 21-07-50

@gopherbot gopherbot added this to the Unreleased milestone Nov 22, 2021
@seankhliao
Copy link
Member

Duplicate of #46416

@seankhliao seankhliao marked this as a duplicate of #46416 Nov 22, 2021
@golang golang locked and limited conversation to collaborators Nov 22, 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