mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-17 04:27:47 +08:00
* temp * fix host image, add fetcherfs * make mod * add make rpm for fetcherfs remove temp code
12 lines
115 B
Go
12 lines
115 B
Go
// +build go1.8
|
|
|
|
package daemon
|
|
|
|
import (
|
|
"os"
|
|
)
|
|
|
|
func osExecutable() (string, error) {
|
|
return os.Executable()
|
|
}
|