ignore unused field

This commit is contained in:
laser 2020-05-01 09:31:34 -07:00
parent 593d2fce21
commit a4ee6e27b9

View File

@ -10,7 +10,7 @@ import (
) )
type taskSelector struct { type taskSelector struct {
best []stores.StorageInfo best []stores.StorageInfo //nolint: unused, structcheck
} }
func newTaskSelector() *taskSelector { func newTaskSelector() *taskSelector {