struCoder / pmgo

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

[Beta][Suggestion] Do not copy binary to start using pmgo #54

Closed helloworldpark closed 4 years ago

helloworldpark commented 4 years ago

This PR is an implementation of #47 , skip copying binary but run it directly.

struCoder commented 4 years ago

@helloworldpark Thanks for your great PR. I konw that use cp cmd to execute is no good way , so this feature stay in beta long time. And the beta branch will be merged to master soon.