github.com/zxy12/go_duplicate_112_new@v0.0.0-20200807091221-747231827200/src/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')