aboutsummaryrefslogtreecommitdiff
path: root/tcpdialer.go
diff options
context:
space:
mode:
authorGravatar Oleksandr Redko <Oleksandr_Redko@epam.com> 2023-11-24 12:32:11 +0200
committerGravatar GitHub <noreply@github.com> 2023-11-24 11:32:11 +0100
commitd3397c64edaf92713ea6233d840fe3d11891e13d (patch)
treecec9402170ae8e9e9164400dc6c411a8de6436d8 /tcpdialer.go
parentEnable dupword, unconvert linters (#1658) (diff)
downloadfasthttp-d3397c64edaf92713ea6233d840fe3d11891e13d.tar.gz
fasthttp-d3397c64edaf92713ea6233d840fe3d11891e13d.tar.bz2
fasthttp-d3397c64edaf92713ea6233d840fe3d11891e13d.zip
Enable wastedassign, whitespace linters; fix issues (#1665)
Diffstat (limited to 'tcpdialer.go')
-rw-r--r--tcpdialer.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcpdialer.go b/tcpdialer.go
index 5c7531e..a8538b8 100644
--- a/tcpdialer.go
+++ b/tcpdialer.go
@@ -375,7 +375,6 @@ func (d *TCPDialer) tcpAddrsClean() {
}
return true
})
-
}
}