aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/vendor/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/vendor/README')
-rw-r--r--src/cmd/vendor/README8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/cmd/vendor/README b/src/cmd/vendor/README
index 7eb97a1b9b..809f015949 100644
--- a/src/cmd/vendor/README
+++ b/src/cmd/vendor/README
@@ -22,4 +22,10 @@ commit by accident.
The vendored copy of golang.org/x/tools is maintained by
running the update-xtools.sh script in this directory,
-not by govendor. \ No newline at end of file
+not by govendor.
+
+Please ensure that you remove all *_test.go and testdata
+files after updating (golang.org/issue/34986).
+
+ $ cd $GOROOT/src/cmd
+ $ find vendor | grep -E '_test.go|testdata' | xargs rm -rf