From c4e36ed95d300b3684bc35c005249da31dfb4225 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 1 Dec 2015 21:10:05 +0200 Subject: [PATCH] An attempt to fix formatting --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7619728..753ebfa 100644 --- a/README.md +++ b/README.md @@ -149,11 +149,11 @@ requestHandler := func(ctx *fasthttp.RequestCtx) { * All the pseudocode below assumes w, r and ctx have these types: ```go -var ( - w http.ResponseWriter - r *http.Request - ctx *fasthttp.RequestCtx -) + var ( + w http.ResponseWriter + r *http.Request + ctx *fasthttp.RequestCtx + ) ``` * r.Body -> [ctx.PostBody()](https://godoc.org/github.com/valyala/fasthttp#RequestCtx.PostBody) * r.URL.Path -> [ctx.Path()](https://godoc.org/github.com/valyala/fasthttp#RequestCtx.Path)