We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af564a commit 21c9b36Copy full SHA for 21c9b36
go/analysis/internal/checker/fix_test.go
@@ -25,9 +25,9 @@ import (
25
"golang.org/x/tools/go/analysis/multichecker"
26
"golang.org/x/tools/go/analysis/passes/inspect"
27
"golang.org/x/tools/go/ast/inspector"
28
- "golang.org/x/tools/go/expect"
29
"golang.org/x/tools/go/packages"
30
"golang.org/x/tools/internal/diff"
+ "golang.org/x/tools/internal/expect"
31
"golang.org/x/tools/internal/testenv"
32
"golang.org/x/tools/internal/testfiles"
33
"golang.org/x/tools/txtar"
0 commit comments