1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-05 16:00:28 +08:00

chore: make lint happy

This commit is contained in:
源文雨
2024-07-11 23:04:05 +09:00
parent ce8213869a
commit ed19a5a08e

View File

@@ -61,7 +61,6 @@ func (m *Me) listenudp() (conn *net.UDPConn, err error) {
return
}
if errors.Is(err, os.ErrDeadlineExceeded) {
err = nil
goto READ
}
if err != nil {