tools
tools copied to clipboard
[mirror] Go Tools
### 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...
Don't load deps by go list if NeedDeps wasn't set. Before that deps were loading if NeedImports was set.
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...
Identify context cancellation in packages loader.loadPackage and do not log it as "unknow error" [Fixes #37115](https://github.com/golang/go/issues/37115)
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...
Other metrics may be recorded by calling testing.B.ReportMetric(), previously these were being discarded.
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.
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)
fix links
Create PULL_REQUEST_TEMPLATE.md following https://github.com/golang/go/blob/master/.github/PULL_REQUEST_TEMPLATE