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

10 lines
115 B
Go
Raw Normal View History

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