erikdubbelboer / fasthttp

This fork has been deprecated!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rebased on valyala/fasthttp

erikdubbelboer opened this issue · comments

I just rebased my fork on valyala/fasthttp to make it easier to pull in future commits from valyala/fasthttp.

I'm sorry if this cause any issues for users of this fork.

If this causes you any issues it should be easy to fix using

cd $GOPATH/src/github.com/erikdubbelboer/fasthttp
git reset --hard HEAD~46 # WARNING: make sure this is only done in the right directory!
git pull