✨ v3 (feature): request binding #6185
Annotations
10 errors
lint:
bind.go#L20
fieldalignment: struct with 40 pointer bytes could be 24 (govet)
|
lint:
bind.go#L28
type assertion must be checked (forcetypeassert)
|
lint:
bind.go#L28
Error return value is not checked (errcheck)
|
lint:
bind.go#L38
fieldalignment: struct with 120 pointer bytes could be 96 (govet)
|
lint:
bind_test.go#L1
directive `//nolint:wrapcheck,tagliatelle // We must not wrap errors in tests` is unused for linter "wrapcheck" (nolintlint)
|
lint:
bind_test.go#L22
type assertion must be checked (forcetypeassert)
|
lint:
bind_test.go#L22
Error return value is not checked (errcheck)
|
lint:
bind_test.go#L46
type assertion must be checked (forcetypeassert)
|
lint:
bind_test.go#L46
Error return value is not checked (errcheck)
|
lint:
bind_test.go#L73
type assertion must be checked (forcetypeassert)
|