-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
cmd/go: doc fails on case-insensitive search for identifier similar to keyword #34656
Comments
This seems more annoying to fix than it's worth, since typing the actual name will work. |
Makes sense. Maybe instead a line could be inserted in the help to document the behavior. Alternatively, would you accept a pull request to fix it? I might look into sending one if I have time at some point. |
@DeedleFake I think investigating if a simple fix exists would be useful. But if the fix adds a non-trivial amount of complexity, then I'd agree with Rob that it's probably not worth merging. A CL would be useful either way though, for future reference. |
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
This bites me semi-regularly. I never type capital letters into my
|
Change https://golang.org/cl/205778 mentions this issue: |
Reopening for the CL to close it. |
What version of Go are you using (
go version
)?What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: