From 38d398f630e5cdcc3224adb35e0cb6949d95652f Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Sun, 24 Oct 2021 09:55:27 +0300 Subject: [PATCH] chore: fix linter --- internal/proto/scan.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/proto/scan.go b/internal/proto/scan.go index 596ec44e..0e994765 100644 --- a/internal/proto/scan.go +++ b/internal/proto/scan.go @@ -10,6 +10,7 @@ import ( ) // Scan parses bytes `b` to `v` with appropriate type. +//nolint:gocyclo func Scan(b []byte, v interface{}) error { switch v := v.(type) { case nil: