summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/kardianos/osext/osext_go18.go
blob: 7065a5ff61f9ecfd9419b11ff87e031fcd4b50b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
//+build go1.8

package osext

import "os"

func executable() (string, error) {
	return os.Executable()
}