1 // Package exec implements a minimalized external process launcher. It exists to work around some shortcomings for 2 // Windows scenarios that aren't exposed via the os/exec package. 3 package exec 4
View as plain text