mirror of
https://github.com/bitechdev/ResolveSpec.git
synced 2026-01-04 02:44:25 +00:00
Fixed linting issues
This commit is contained in:
@@ -130,7 +130,7 @@ func (h *HTTPRequest) AllHeaders() map[string]string {
|
||||
// HTTPResponseWriter adapts our ResponseWriter interface to standard http.ResponseWriter
|
||||
type HTTPResponseWriter struct {
|
||||
resp http.ResponseWriter
|
||||
w common.ResponseWriter
|
||||
w common.ResponseWriter //nolint:unused
|
||||
status int
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user