This repository has been archived on 2026-05-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
syncthing-arm/vendor/github.com/kardianos/osext/osext_go18.go
T
2017-04-05 14:34:41 +00:00

10 lines
115 B
Go

//+build go1.8,!openbsd
package osext
import "os"
func executable() (string, error) {
return os.Executable()
}