os/exec: document that ExtraFiles does not work on Windows #26182
Labels
Documentation
Issues describing a change to documentation.
FrozenDueToAge
help wanted
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?1.10.3 windows/amd64
Does this issue reproduce with the latest release?
1.10.3 seems to be currently the latest release so: yep.
What operating system and processor architecture are you using (
go env
)?windows 10 home, amd64, Intel i5-6200U
BTW: Having
GOBIN=%GOPATH%\bin
causes a lot of packages (from github) to not compile for some reason. (It works if one overrides it with manually expanding GOPATH).What did you do?
The package os.Exec mentions that some examples assume Unix and might not work on Windows but it doesn't mention that it doesn't support windows and by looking at the source code it oughta support it.
What did you expect to see?
The program being run.
What did you see instead?
An error message.
The text was updated successfully, but these errors were encountered: