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')