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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user