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