Skip to content

Instantly share code, notes, and snippets.

@klizhentas
Created June 18, 2014 05:47
Show Gist options
  • Save klizhentas/8bae37b8d42e9d4768b2 to your computer and use it in GitHub Desktop.
Save klizhentas/8bae37b8d42e9d4768b2 to your computer and use it in GitHub Desktop.
Quickly switch from Godeps to original imports in dev mode
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