aboutsummaryrefslogtreecommitdiff
path: root/src/internal/x/fiximports.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/x/fiximports.bash')
-rwxr-xr-xsrc/internal/x/fiximports.bash6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/internal/x/fiximports.bash b/src/internal/x/fiximports.bash
deleted file mode 100755
index ec72643b63..0000000000
--- a/src/internal/x/fiximports.bash
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-# To fix import paths when importing new snapshots from the golang.org/x
-# repositories, run this script in the current directory.
-
-sed -i 's,"golang\.org/x,"internal/x,g' $(grep -lr 'golang.org')