Tags: 9fans/go
Tags
acme/Watch: send SIGINT/SIGTERM before SIGKILL when restarting program Using SIGINT/SIGTERM avoids child processes to stay running in the background. This is specially relevant when running programs like servers, which have to be terminated explicitly. If they are not killed, processes would be leaked or successive runs could fail due to unreleased resources (e.g. network ports).
acme/Watch: send SIGINT/SIGTERM before SIGKILL when restarting program Using SIGINT/SIGTERM avoids child processes to stay running in the background. This is specially relevant when running programs like servers, which have to be terminated explicitly. If they are not killed, processes would be leaked or successive runs could fail due to unreleased resources (e.g. network ports).
acme/Dict: remove replace in go.mod Also update go.sum.