mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 13:10:22 +03:00
lint: fix some lint issues on files
This commit is contained in:
@@ -78,6 +78,7 @@ func newBufPool(sz int) httputil.BufferPool {
|
|||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ServeHTTP forwards HTTP traffic using the configured transport
|
// ServeHTTP forwards HTTP traffic using the configured transport
|
||||||
func (f *Forwarder) ServeHTTP(w http.ResponseWriter, inReq *http.Request) {
|
func (f *Forwarder) ServeHTTP(w http.ResponseWriter, inReq *http.Request) {
|
||||||
outReq := new(http.Request)
|
outReq := new(http.Request)
|
||||||
|
|||||||
Reference in New Issue
Block a user