mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 16:01:55 +03:00
Update golanci-lint
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ func (c *connRewind) Read(p []byte) (int, error) {
|
||||
c.mutex.RLock()
|
||||
defer c.mutex.RUnlock()
|
||||
|
||||
return c.active.Read(p)
|
||||
return c.active.Read(p) // nolint: wrapcheck
|
||||
}
|
||||
|
||||
func (c *connRewind) Rewind() {
|
||||
|
||||
Reference in New Issue
Block a user