xesite/vendor/github.com/kardianos/osext/osext_go18.go

10 lines
115 B
Go
Raw Normal View History

2017-12-13 18:43:58 +00:00
//+build go1.8,!openbsd
package osext
import "os"
func executable() (string, error) {
return os.Executable()
}