File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,7 @@ make govendor work and will create the .cache folder in
19
19
$GOROOT as a side-effect. Please make sure to delete
20
20
the directory and not to include the directory in the
21
21
commit by accident.
22
+
23
+ The vendored copy of golang.org/x/tools is maintained by
24
+ running the update-xtools.sh script in this directory,
25
+ not by govendor.
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import (
20
20
"golang.org/x/tools/go/analysis/passes/loopclosure"
21
21
"golang.org/x/tools/go/analysis/passes/lostcancel"
22
22
"golang.org/x/tools/go/analysis/passes/nilfunc"
23
- "golang.org/x/tools/go/analysis/passes/pkgfact"
24
23
"golang.org/x/tools/go/analysis/passes/printf"
25
24
"golang.org/x/tools/go/analysis/passes/shift"
26
25
"golang.org/x/tools/go/analysis/passes/stdmethods"
@@ -61,7 +60,6 @@ func main() {
61
60
loopclosure .Analyzer ,
62
61
lostcancel .Analyzer ,
63
62
nilfunc .Analyzer ,
64
- pkgfact .Analyzer ,
65
63
printf .Analyzer ,
66
64
shift .Analyzer ,
67
65
stdmethods .Analyzer ,
You can’t perform that action at this time.
0 commit comments