-
Notifications
You must be signed in to change notification settings - Fork 18k
x/tools/cmd/godoc: ?m=all not showing t and T #32588
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
Comments
It indeed shows up |
Can you please post a screenshot, preferably capturing the URL at the top? I'm failing to see https://github.com/couchbase/moss/blob/master/collection.go#L287 |
The |
thank you. this clears up my confusion. |
andrey mirtchovski https://groups.google.com/d/msg/golang-nuts/yurCBIjtVq8/ULFl7jwIBgAJ
collection is not an exported type:
https://github.com/couchbase/moss/blob/master/collection.go#L24
the ?m=all parameter should enable you to see those, but it's not
working for me https://godoc.org/github.com/couchbase/moss?m=all. Perhaps because "collection" and "Collection" are not considered by godoc to be two different things?
The text was updated successfully, but these errors were encountered: