github.com/icodeface/tls@v0.0.0-20230910023335-34df9250cd12/internal/x/fiximports.bash (about) 1 #!/bin/bash 2 3 # To fix import paths when importing new snapshots from the golang.org/x 4 # repositories, run this script in the current directory. 5 6 sed -i 's,"golang\.org/x,"internal/x,g' $(grep -lr 'golang.org')