mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 09:34:02 +03:00
Update golanci-lint
This commit is contained in:
@@ -27,7 +27,7 @@ func (s *streamContext) Done() <-chan struct{} {
|
||||
}
|
||||
|
||||
func (s *streamContext) Err() error {
|
||||
return s.ctx.Err()
|
||||
return s.ctx.Err() // nolint: wrapcheck
|
||||
}
|
||||
|
||||
func (s *streamContext) Value(key interface{}) interface{} {
|
||||
|
||||
Reference in New Issue
Block a user