✨ v3 (feature): request binding #6194
Annotations
10 errors
golangci-lint:
bind.go#L22
fieldalignment: struct with 40 pointer bytes could be 24 (govet)
|
golangci-lint:
bind.go#L30
type assertion must be checked (forcetypeassert)
|
golangci-lint:
bind.go#L30
Error return value is not checked (errcheck)
|
golangci-lint:
bind.go#L40
unused-receiver: method receiver 'd' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
golangci-lint:
bind.go#L44
fieldalignment: struct with 120 pointer bytes could be 104 (govet)
|
golangci-lint:
bind.go#L97
unused-receiver: method receiver 'd' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
golangci-lint:
bind.go#L98
string `text` has 3 occurrences, make it a constant (goconst)
|
golangci-lint:
bind_test.go#L1
directive `//nolint:wrapcheck,tagliatelle // We must not wrap errors in tests` is unused for linter "wrapcheck" (nolintlint)
|
golangci-lint:
bind_test.go#L22
type assertion must be checked (forcetypeassert)
|
golangci-lint:
bind_test.go#L22
Error return value is not checked (errcheck)
|
Loading