struCoder / pmgo

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

Add option for starting a built go binary #40

Closed helloworldpark closed 5 years ago

helloworldpark commented 5 years ago

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?

struCoder commented 5 years ago

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

struCoder commented 5 years ago

@helloworldpark Just checkout beta and rebuild https://github.com/struCoder/pmgo#beta-featuresgit-checkout-beta-and-rebuild

helloworldpark commented 4 years ago

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