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

### What this PR does Add a new flag `repair-group`. If true, forcing to repair imports group regardless of how they were originally grouped Fixed https://github.com/golang/go/issues/20818 ## Why ### What...

cla: yes

Don't load deps by go list if NeedDeps wasn't set. Before that deps were loading if NeedImports was set.

cla: yes

Both of determineEnv and determineRootDirs calls take 100-200ms on MacBook Pro. Right now they are needed in most cases only for overlay processing. Optimize: call them only when overlays are...

cla: yes

Identify context cancellation in packages loader.loadPackage and do not log it as "unknow error" [Fixes #37115](https://github.com/golang/go/issues/37115)

cla: yes

I made the changes to fix the naif approach, but I would like to know how much we want to complicate the things here. For example, now we have a...

cla: yes

Other metrics may be recorded by calling testing.B.ReportMetric(), previously these were being discarded.

cla: yes

This PR is related to changes in issue golang/go#36364 and it's PR golang/go#37944. This PR is only required if the PR golang/go#37944 is accepted for merge.

cla: yes

Fixed broken link in line 71 from "[“workspace folders"](https://microsoft.github.io/language-server-protocol/specifications/specification-3-17/#workspaceFolder)" to ["workspace folders"](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspaceFolder)

Create PULL_REQUEST_TEMPLATE.md following https://github.com/golang/go/blob/master/.github/PULL_REQUEST_TEMPLATE