We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52a508 commit 38d398fCopy full SHA for 38d398f
internal/proto/scan.go
@@ -10,6 +10,7 @@ import (
10
)
11
12
// Scan parses bytes `b` to `v` with appropriate type.
13
+//nolint:gocyclo
14
func Scan(b []byte, v interface{}) error {
15
switch v := v.(type) {
16
case nil:
0 commit comments