Closed erikdubbelboer closed 6 years ago
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
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