fix: run gofmt

This commit is contained in:
Jim Zhang 2019-02-22 15:04:19 +08:00
parent dc63e5d185
commit 6305e1d152
3 changed files with 3 additions and 3 deletions

View file

@ -73,7 +73,7 @@ func (m mockBackend) GetDefaultBackend() defaults.Backend {
ProxyConnectTimeout: 10,
ProxySendTimeout: 15,
ProxyReadTimeout: 20,
ProxyBuffersNumber: 4,
ProxyBuffersNumber: 4,
ProxyBufferSize: "10k",
ProxyBodySize: "3k",
ProxyNextUpstream: "error",