1
0
mirror of https://github.com/DNSCrypt/dnscrypt-proxy.git synced 2024-12-11 22:35:40 +01:00
dnscrypt-proxy/vendor/github.com/kardianos/osext/osext_go18.go

10 lines
115 B
Go
Raw Normal View History

2018-01-17 11:28:43 +01:00
//+build go1.8,!openbsd
package osext
import "os"
func executable() (string, error) {
return os.Executable()
}