Skip to content

syscall.Exec on Windows #30662

Closed
Closed
@directionless

Description

@directionless

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions