Skip to content

Commit 38d398f

Browse files
committed
chore: fix linter
1 parent a52a508 commit 38d398f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/proto/scan.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import (
1010
)
1111

1212
// Scan parses bytes `b` to `v` with appropriate type.
13+
//nolint:gocyclo
1314
func Scan(b []byte, v interface{}) error {
1415
switch v := v.(type) {
1516
case nil:

0 commit comments

Comments
 (0)