AutoCompact & CompactWithDeprecateTable Support #214
Annotations
3 errors and 4 warnings
Run golangci-lint:
db.go#L720
shadow: declaration of "err" shadows declaration at line 685 (govet)
|
Run golangci-lint:
db.go#L833
shadow: declaration of "err" shadows declaration at line 793 (govet)
|
Run golangci-lint
issues found
|
Run golangci-lint:
db.go#L675
var-declaration: should drop = 0 from declaration of var capacity; it is the zero value (revive)
|
Run golangci-lint:
db.go#L676
var-declaration: should omit type []int64 from declaration of var capacityList; it will be inferred from the right-hand side (revive)
|
Run golangci-lint:
db.go#L783
var-declaration: should drop = 0 from declaration of var capacity; it is the zero value (revive)
|
Run golangci-lint:
db.go#L784
var-declaration: should omit type []int64 from declaration of var capacityList; it will be inferred from the right-hand side (revive)
|
Loading