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