Skip to content

Commit

Permalink
chore: make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Jul 11, 2024
1 parent ce82138 commit ed19a5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gold/link/listen.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ed19a5a

Please sign in to comment.