executable is now os
This commit is contained in:
		| @@ -10,12 +10,12 @@ import ( | |||||||
| 	"github.com/micro/go-micro/v3/runtime/local/process" | 	"github.com/micro/go-micro/v3/runtime/local/process" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| func (p *Process) Exec(exe *process.Executable) error { | func (p *Process) Exec(exe *process.Exec) error { | ||||||
| 	cmd := exec.Command(exe.Package.Path) | 	cmd := exec.Command(exe.Package.Path) | ||||||
| 	return cmd.Run() | 	return cmd.Run() | ||||||
| } | } | ||||||
|  |  | ||||||
| func (p *Process) Fork(exe *process.Executable) (*process.PID, error) { | func (p *Process) Fork(exe *process.Exec) (*process.PID, error) { | ||||||
| 	// create command | 	// create command | ||||||
| 	cmd := exec.Command(exe.Package.Path, exe.Args...) | 	cmd := exec.Command(exe.Package.Path, exe.Args...) | ||||||
| 	// set env vars | 	// set env vars | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user