mirror of https://github.com/hashicorp/terraform
This adds support for some additional Go platforms.pull/19548/head
parent
7cec01a883
commit
98c8ac0862
@ -0,0 +1,9 @@
|
||||
//+build go1.8,!openbsd
|
||||
|
||||
package osext
|
||||
|
||||
import "os"
|
||||
|
||||
func executable() (string, error) {
|
||||
return os.Executable()
|
||||
}
|
||||
Loading…
Reference in new issue