tools icon indicating copy to clipboard operation
tools copied to clipboard

[mirror] Go Tools

Results 106 tools issues
Sort by recently updated
recently updated
newest added

The godoc static files are not mounted in general by vfs. The patch allows to overlay only several template files with custom files.

cla: yes

This is my attempt at resolving goyacc's dependence on certain global variables Fixes golang/go#44774

cla: yes

Fixes: https://github.com/golang/go/issues/43903 This PR adds a new option `useAutoBraces` to gopls which, if set false, will make it so gopls will not add a () to the end of an...

cla: yes

Track imports per identifier as a slice to accommodate duplicates. This allows us to generate multiple import fixes per import identifier. Fixes golang/go#45398

cla: yes

This fixes: https://github.com/golang/go/issues/6846 If we take the example from the readme: ``` # Title of Talk My Name 9 Mar 2020 [email protected] ## Title of Slide or Section (must begin...

cla: yes

This fixes some minor issues with gopls/settings.md: - Changed the link in the Code Lenses section to go directly to the correct section - Some of the `Default:` values were...

cla: yes

Normal mode solves the problem of excessive memory consumption, but if my machine has enough memory, I still want a complete code prompt experience

cla: yes

https://github.com/golang/go/issues/46973 This pull request fixes incorrect document related to above. I believe that this works well.

cla: yes

Provide a better suggestion for how to fix the error when static files cannot be loaded due to installing and running in module aware mode. See: https://github.com/golang/go/issues/43459

cla: yes

Currently, there is no way of enabling debug/verbose error messages using the goyacc command, despite already having support for them. This patch adds two flags for enabling both of these...

cla: yes