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
go version
go version devel +da360f30e9 Sat Nov 18 06:31:57 2017 +0000 linux/amd64
No - this is fine on Go 1.9.2.
$ go doc bytes foo doc: no such package: bytes exit status 1
The same that Go 1.9.2 gives:
$ go doc bytes foo doc: no symbol foo in package bytes exit status 1
Seems like a regression in 1.10 - will look into it myself.
The text was updated successfully, but these errors were encountered:
Found e3442b4 to be the commit introducing the regression. Currently poking at the code to find the right fix.
Sorry, something went wrong.
Change https://golang.org/cl/78677 mentions this issue: cmd/doc: print a symbol error on "bytes Foo"
cmd/doc: print a symbol error on "bytes Foo"
207c53e
No branches or pull requests
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
No - this is fine on Go 1.9.2.
What did you do?
What did you expect to see?
The same that Go 1.9.2 gives:
Seems like a regression in 1.10 - will look into it myself.
The text was updated successfully, but these errors were encountered: