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:
@@ -161,7 +161,7 @@ func checkFilter(filter map[string]bool, key string) bool {
|
||||
}
|
||||
|
||||
// Log prints a message to the debug log (if debug is enabled).
|
||||
func Log(f string, args ...interface{}) {
|
||||
func Log(f string, args ...any) {
|
||||
if !opts.isEnabled {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user