x/tools/gopls: in some cases returning documentation is not complete #36204
Labels
Milestone
Comments
By missing documentation, are you referring to the documentation below for var (
Interrupt Signal = syscall.SIGINT
Kill Signal = syscall.SIGKILL
) This documentation is actually for those variables, so it's separate from the Line 62 in 9341fe0 |
Yes, I didn't notice that and though it was a code snippet within description. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Returning documentation with option
in some cases not complete, for example:

https://pkg.go.dev/os?tab=doc#Signal
The text was updated successfully, but these errors were encountered: