We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I have an example function in my code as follows:
func ExampleClient_Update_unset() { ... }
godoc renders the name as Example (Unset):
godoc
Example (Unset)
gomarkdoc renders the name as Example:
gomarkdoc
Example
<details><summary>Example</summary> <p>
Here is the relevant documentation from the testing library:
testing
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue! I've found the problem in the code and am working on testing out a fix
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I have an example function in my code as follows:
godoc
renders the name asExample (Unset)
:gomarkdoc
renders the name asExample
:Here is the relevant documentation from the
testing
library:The text was updated successfully, but these errors were encountered: