mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 22:34:02 +03:00
Update golangci-linter
This commit is contained in:
@@ -20,7 +20,7 @@ func (w *wrapperPing) Read(p []byte) (int, error) {
|
||||
}
|
||||
}
|
||||
|
||||
return n, err
|
||||
return n, err // nolint: wrapcheck
|
||||
}
|
||||
|
||||
func (w *wrapperPing) Write(p []byte) (int, error) {
|
||||
@@ -32,7 +32,7 @@ func (w *wrapperPing) Write(p []byte) (int, error) {
|
||||
}
|
||||
}
|
||||
|
||||
return n, err
|
||||
return n, err // nolint: wrapcheck
|
||||
}
|
||||
|
||||
func (w *wrapperPing) Close() error {
|
||||
|
||||
Reference in New Issue
Block a user