mirror of
https://github.com/octoleo/restic.git
synced 2024-11-04 20:37:49 +00:00
472bf5184f
The parameters are required by the implemented function signature or interface.
11 lines
187 B
Go
11 lines
187 B
Go
//go:build !windows
|
|
// +build !windows
|
|
|
|
package selfupdate
|
|
|
|
// Remove the target binary.
|
|
func removeResticBinary(_, _ string) error {
|
|
// removed on rename on this platform
|
|
return nil
|
|
}
|