-
Notifications
You must be signed in to change notification settings - Fork 18k
x/pkgsite: is the initial parenthesis really necessary for left hand side menu? #40744
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’s important to be able to discern between a method and a function that returns that type. https://pkg.go.dev/time?tab=doc#Date shows an example of this. Is there an alternative you suggest? |
What about an asterisk or italicized lower case c for constructors and nothing for everything else |
Also worth a note: there seems to be far fewer constructors than methods. Eg time.Time |
Duplicate of #40612 |
@pjebs it concerns the design of the left-hand nav and the presentation of its contents, so I merged it into that issue. |
(o) XXXXX()
The text was updated successfully, but these errors were encountered: