Fix linter errors (except for tests)
This commit is contained in:
parent
a8cda0119c
commit
c0514dd8ba
36 changed files with 61 additions and 56 deletions
|
@ -28,7 +28,7 @@ func NewFactory() location.Factory {
|
|||
|
||||
return location.NewHTTPBackendFactory[struct{}, *MemoryBackend](
|
||||
"mem",
|
||||
func(s string) (*struct{}, error) {
|
||||
func(_ string) (*struct{}, error) {
|
||||
return &struct{}{}, nil
|
||||
},
|
||||
location.NoPassword,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue