mirror of
https://github.com/restic/restic.git
synced 2026-08-06 05:33:17 +00:00
Apply go fix -any ./...
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
// access and (possibly) credentials needed for access.
|
||||
type Location struct {
|
||||
Scheme string
|
||||
Config interface{}
|
||||
Config any
|
||||
}
|
||||
|
||||
// NoPassword returns the repository location unchanged (there's no sensitive information there)
|
||||
|
||||
Reference in New Issue
Block a user