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 doc doesn't work on the functions in the pseudo-package builtin (probably because they don't look like exported names), even though they are shown by godoc.
go doc
Compare https://golang.org/pkg/builtin/#copy with
$ go doc builtin.copy doc: symbol copy not present in package builtin installed in "builtin"
The text was updated successfully, but these errors were encountered:
This is fixed at tip. See #12541.
Sorry, something went wrong.
Apologies, my github-search-fu was weak.
No branches or pull requests
go doc
doesn't work on the functions in the pseudo-package builtin (probably because they don't look like exported names), even though they are shown by godoc.Compare https://golang.org/pkg/builtin/#copy with
The text was updated successfully, but these errors were encountered: