struCoder / pmgo

pmgo is a process manager for Golang applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option for starting a built go binary

helloworldpark opened this issue · comments

Currently, pmgo start seems to build binaries from the beginning, but I think there should be some flexibility. How about adding a flag on pmgo start indicating that the process start from a binary built by a users' custom go build?

@helloworldpark
Yeah. I agree with your suggestion.
New version coming soon.

Sorry for late reply. I just tested the beta feature, and it works well!