gofmt -s -w *.go */*.go

This commit is contained in:
6543
2021-11-25 16:12:28 +01:00
parent 5ed8d0f129
commit e800d2110e
6 changed files with 58 additions and 44 deletions

View File

@@ -37,7 +37,6 @@ func TestHandlerPerformance(t *testing.T) {
t.Logf("request took %d milliseconds", end.Sub(start).Milliseconds())
}
ctx.Response.Reset()
ctx.Response.ResetBody()
ctx.Request.SetRequestURI("http://example.momar.xyz/")