Sign in
go
/
go
/
c7026f9d14795c7e50839cbcc37b04be65c4f7d7
/
.
/
src
/
internal
/
x
/
fiximports.bash
blob: ec72643b63a3a28580953d7289bab24cec894f05 [
file
] [
log
] [
blame
]
#!/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'
)