5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 06:42:31 +00:00
matterbridge/vendor/github.com/kardianos/osext/osext_go18.go
2017-02-18 23:11:48 +01:00

10 lines
106 B
Go

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