mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 00:14:02 +03:00
Upgrade golangci-lint for 1.42
This commit is contained in:
@@ -70,7 +70,7 @@ func (w *wrapperConn) Read(p []byte) (int, error) {
|
||||
func (w *wrapperConn) Close() error {
|
||||
w.logger.Debugw("Close connection")
|
||||
|
||||
return w.parent.Close()
|
||||
return w.parent.Close() // nolint: wrapcheck
|
||||
}
|
||||
|
||||
func (w *wrapperConn) Conn() net.Conn {
|
||||
|
||||
Reference in New Issue
Block a user