1
mirror of https://github.com/rclone/rclone synced 2025-03-29 13:39:14 +01:00
2019-06-27 13:52:32 +01:00

12 lines
115 B
Go

// +build go1.8
package daemon
import (
"os"
)
func osExecutable() (string, error) {
return os.Executable()
}