Created
June 18, 2014 05:47
-
-
Save klizhentas/8bae37b8d42e9d4768b2 to your computer and use it in GitHub Desktop.
Quickly switch from Godeps to original imports in dev mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -iregex .*go | xargs sed -i 's:".*Godeps/_workspace/src/::g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment