struCoder / pmgo

pmgo is a process manager for Golang applications.
MIT License
625 stars 65 forks source link

[Beta] Is it necessary to copy compiled binary for starting it? #47

Closed helloworldpark closed 4 years ago

helloworldpark commented 4 years ago

https://github.com/struCoder/pmgo/blob/173a49eab8b992cc0786da35675fdba8bb253fe5/lib/preparable/process.go#L51

Seems like it is necessary to copy a pre-compiled binary to start. Is it necessary? Think this could be skipped, but don't know if there could be any side effects.

struCoder commented 4 years ago

Fixed By @helloworldpark PR