refactoring: make unused linter stricker #1388
1 changed files with 2 additions and 0 deletions
|
@ -9,7 +9,9 @@ import (
|
|||
)
|
||||
|
||||
type key struct {
|
||||
// nolint:unused
|
||||
tokenID string
|
||||
// nolint:unused
|
||||
ownerID string
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue