[MM-20723] Add golint for plugin package to golangci (#13090)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
d12bf77f53
Коммит
5122b9e292
@@ -83,8 +83,8 @@ func (w *httpResponseWriterRPCClient) WriteHeader(statusCode int) {
|
||||
w.client.Call("Plugin.WriteHeader", statusCode, nil)
|
||||
}
|
||||
|
||||
func (h *httpResponseWriterRPCClient) Close() error {
|
||||
return h.client.Close()
|
||||
func (w *httpResponseWriterRPCClient) Close() error {
|
||||
return w.client.Close()
|
||||
}
|
||||
|
||||
func connectHTTPResponseWriter(conn io.ReadWriteCloser) *httpResponseWriterRPCClient {
|
||||
|
||||
Ссылка в новой задаче
Block a user