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