Skip to content

Instantly share code, notes, and snippets.

@vkostyukov
Last active June 6, 2019 18:55
Show Gist options
  • Save vkostyukov/130dd016dd25389275c9 to your computer and use it in GitHub Desktop.
Save vkostyukov/130dd016dd25389275c9 to your computer and use it in GitHub Desktop.
Migrate to Finagle 6.30
# Migrate to Finagle 6.30 https://groups.google.com/forum/#!topic/finaglers/skmdgDhcP0c
git grep -lz 'finagle.httpx' | xargs -0 sed -i '' -e 's/finagle.httpx/finagle.http/g'
git grep -lz 'Httpx' | xargs -0 sed -i '' -e 's/Httpx/Http/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment