1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-12 21:00:27 +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 return
} }
if errors.Is(err, os.ErrDeadlineExceeded) { if errors.Is(err, os.ErrDeadlineExceeded) {
err = nil
goto READ goto READ
} }
if err != nil { if err != nil {