mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 04:04:02 +03:00
Upgrade golangci-lint for 1.42
This commit is contained in:
@@ -63,7 +63,7 @@ func (w *wrapperClientIntermediate) Write(packet conntypes.Packet, acks *conntyp
|
||||
}
|
||||
|
||||
func (w *wrapperClientIntermediate) Close() error {
|
||||
return w.parent.Close()
|
||||
return w.parent.Close() // nolint: wrapcheck
|
||||
}
|
||||
|
||||
func (w *wrapperClientIntermediate) Conn() net.Conn {
|
||||
|
||||
Reference in New Issue
Block a user