Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

presentation mode query parameters not recognized #556

Closed
smasher164 opened this issue Jun 4, 2018 · 3 comments
Closed

presentation mode query parameters not recognized #556

smasher164 opened this issue Jun 4, 2018 · 3 comments

Comments

@smasher164
Copy link
Member

Query parameters like ?m=all should "show documentation for all declarations, not just the exported ones." However, https://godoc.org/golang.org/x/image/draw/?m=all does not display the unexported type kernelScaler and its method makeTmpBuf.

@dmitshur
Copy link
Contributor

dmitshur commented Jun 5, 2018

That query parameter applies to godoc, the command you can run locally. godoc.org doesn’t have it.

In case it’s helpful, if you want to see the source code (which includes documentation) of unexported symbols, I suggest you try gotools.org, e.g.:

@smasher164
Copy link
Member Author

smasher164 commented Jun 5, 2018

godoc.org doesn’t have it.

Has there already been a decision to not include the query parameter on godoc.org?

@shantuo
Copy link
Contributor

shantuo commented Jun 5, 2018

godoc.org doesn't have any query parameter. Those will just be stripped off.

@shantuo shantuo closed this as completed Jun 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants