1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-24 22:26:54 +02:00

Enabling micro run for subfolders (#1510)

* Enabling micro run for subfolders

* Use source instead of os.Args[2]

* Works now

* PR comments

* WorkDir -> Dir
This commit is contained in:
Janos Dobronszki
2020-04-09 16:44:39 +02:00
committed by GitHub
parent 29cccd0b4a
commit 77f0abb0ba
3 changed files with 7 additions and 0 deletions

View File

@ -26,6 +26,8 @@ type Executable struct {
Env []string
// Args to pass
Args []string
// Initial working directory
Dir string
}
// PID is the running process