Skip to content

Commit 978cb2f

Browse files
adonovangopherbot
authored andcommitted
gopls/internal/util/fakenet: move from internal/fakenet
It is used only by gopls's cmd and test/integration. Change-Id: Ieafb86d4296e5a9e7da99b289a37bae6ef0de94b Reviewed-on: https://go-review.googlesource.com/c/tools/+/686975 Auto-Submit: Alan Donovan <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Robert Findley <[email protected]>
1 parent db322bb commit 978cb2f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

gopls/internal/cmd/serve.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"golang.org/x/tools/gopls/internal/lsprpc"
2121
"golang.org/x/tools/gopls/internal/mcp"
2222
"golang.org/x/tools/gopls/internal/protocol"
23-
"golang.org/x/tools/internal/fakenet"
23+
"golang.org/x/tools/gopls/internal/util/fakenet"
2424
"golang.org/x/tools/internal/jsonrpc2"
2525
"golang.org/x/tools/internal/tool"
2626
)

gopls/internal/test/integration/bench/bench_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import (
2525
"golang.org/x/tools/gopls/internal/test/integration"
2626
"golang.org/x/tools/gopls/internal/test/integration/fake"
2727
"golang.org/x/tools/gopls/internal/util/bug"
28+
"golang.org/x/tools/gopls/internal/util/fakenet"
2829
"golang.org/x/tools/internal/event"
29-
"golang.org/x/tools/internal/fakenet"
3030
"golang.org/x/tools/internal/jsonrpc2"
3131
"golang.org/x/tools/internal/jsonrpc2/servertest"
3232
"golang.org/x/tools/internal/pprof"
File renamed without changes.

0 commit comments

Comments
 (0)