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

Closed
archonsd opened this issue Oct 21, 2020 · 2 comments
Closed

x/website: #42104

archonsd opened this issue Oct 21, 2020 · 2 comments
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Milestone

Comments

@archonsd
Copy link

You have a typo on the page..

Your line is func viewHandler(w http.ResponseWriter, r *http.Request) { and you're missing the closing quotation mark. It's in the "Using net/http to serve wiki pages" section, about 9 lines under the section heading. The correct line is:

func viewHandler(w http.ResponseWriter, r *http.Request") { (note the second quote at the end of 'http.Request'.

@gopherbot gopherbot added this to the Unreleased milestone Oct 21, 2020
@dmitshur
Copy link
Contributor

What is the URL of the page where you're seeing this? Can you please include a screenshot?

@dmitshur dmitshur added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Oct 21, 2020
@archonsd
Copy link
Author

It was this page: "https://golang.org/doc/articles/wiki/" but I'm mistaken.. instead of two quotes, it's an asterisk. I think I misread it. Apologies.

@golang golang locked and limited conversation to collaborators Oct 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

No branches or pull requests

3 participants