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

cmd/doc: doesn't expose builtin functions #13389

Closed
cespare opened this issue Nov 24, 2015 · 2 comments
Closed

cmd/doc: doesn't expose builtin functions #13389

cespare opened this issue Nov 24, 2015 · 2 comments

Comments

@cespare
Copy link
Contributor

cespare commented Nov 24, 2015

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

$ go doc builtin.copy
doc: symbol copy not present in package builtin installed in "builtin"
@robpike
Copy link
Contributor

robpike commented Nov 24, 2015

This is fixed at tip. See #12541.

@robpike robpike closed this as completed Nov 24, 2015
@cespare
Copy link
Contributor Author

cespare commented Nov 24, 2015

Apologies, my github-search-fu was weak.

@golang golang locked and limited conversation to collaborators Nov 27, 2016
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