tools/gopls/internal
Viktor Stanchev 515711824d gopls/internal/lsp/source: put testing.T/B first when extracting
Put the testing.T/B second when extracting functions/methods.
It's next after context.Context.

Fixes golang/go#69341

Change-Id: Idcfc0e09e4174646a3f136dcc5badfda4af9938e
GitHub-Last-Rev: 99de9722e6
GitHub-Pull-Request: golang/tools#517
Reviewed-on: https://go-review.googlesource.com/c/tools/+/610976
Auto-Submit: Robert Findley <rfindley@google.com>
Reviewed-by: Tim King <taking@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Run-TryBot: Tim King <taking@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
Auto-Submit: Tim King <taking@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2024-09-11 21:24:47 +00:00
..
analysis x/tools/gopls: delete code obsoleted by go1.23 2024-09-09 18:00:29 +00:00
cache gopls/internal: test discovery 2024-09-10 14:00:01 +00:00
clonetest gopls/internal/settings: add missing deep cloning in Options.Clone 2024-09-06 21:56:41 +00:00
cmd x/tools/gopls: delete code obsoleted by go1.23 2024-09-09 18:00:29 +00:00
debug gopls: remove dead code 2024-05-17 17:09:11 +00:00
doc gopls/internal/analysis: add skipped analysis simplify on generated code 2024-08-06 13:34:56 +00:00
file
filecache gopls/internal/util/lru: make lru.Cache generic 2024-08-28 16:22:06 +00:00
fuzzy x/tools/gopls: delete code obsoleted by go1.23 2024-09-09 18:00:29 +00:00
golang gopls/internal/lsp/source: put testing.T/B first when extracting 2024-09-11 21:24:47 +00:00
label gopls: normalize logging attributes 2024-04-26 20:08:17 +00:00
licenses gopls: eliminate the hooks package 2024-04-12 20:56:48 +00:00
lsprpc gopls/internal/protocol/command: use gopls.foo form everywhere 2024-06-07 14:44:27 +00:00
mod gopls/internal/settings: move CodeLensSource from protocol 2024-06-20 14:20:31 +00:00
progress gopls: normalize logging attributes 2024-04-26 20:08:17 +00:00
protocol gopls/internal: test discovery 2024-09-10 14:00:01 +00:00
server gopls/internal/server: fix build following semantic merge conflict 2024-09-10 16:53:39 +00:00
settings internal/settings: simplify linking now that we only build with 1.23 2024-09-09 18:54:26 +00:00
telemetry x/tools/gopls: delete code obsoleted by go1.23 2024-09-09 18:00:29 +00:00
template
test gopls/internal/lsp/source: put testing.T/B first when extracting 2024-09-11 21:24:47 +00:00
util x/tools/gopls: delete code obsoleted by go1.23 2024-09-09 18:00:29 +00:00
version
vulncheck all: fix some symbols error in comment 2024-09-09 14:44:08 +00:00
work