I want to capture the Ctrl+C (SIGINT) signal sent from the console and print out some partial run totals.
SIGINT
Is this possible in Golang?
All of the above seem to work when spliced in, but gobyexample's signals page has a really clean and complete example of signal capturing. Worth adding to this list.