Fix lint issues

This commit is contained in:
9seconds
2026-02-24 13:35:06 +01:00
parent e4a9a96309
commit 36c766b331
5 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ func (p *Proxy) doTelegramCall(ctx *streamContext) error {
tgConn, err := foundAddr.Obfuscator.SendHandshake(conn, ctx.dc)
if err != nil {
conn.Close()
conn.Close() // nolint: errcheck
return fmt.Errorf("cannot perform server handshake: %w", err)
}