Closed
Description
What version of Go are you using (go version
)?
$ go version go1.12
Does this issue reproduce with the latest release?
Yes
What did you do?
I used syscall.Exec
on a windows machine.
What did you expect to see?
I expected an exec to happen. Windows does seem to support some set of the exec calls.
What did you see instead?
syscall.Exec: not supported by windows
Due to https://golang.org/src/syscall/exec_windows.go#338
Discussion
I'm not sure what all the context for this is, but is there a reason Exec isn't supported on windows?