Update golanci-lint

This commit is contained in:
9seconds
2021-04-09 14:35:04 +03:00
parent 81bca75c25
commit 585ebfeb50
32 changed files with 101 additions and 75 deletions
+1 -1
View File
@@ -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{} {