This commit is contained in:
Mark McGranaghan
2012-10-11 11:03:13 -07:00
parent 93fb090961
commit d09734610c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# When we run this program it will block waiting for a
# signal. By typing `ctrl-C` (which the
# terminal shows as `^C`) we cand send a `SIGNIT` signal,
# terminal shows as `^C`) we cand send a `SIGINT` signal,
# causing the program to print `interrupt` and then exit.
$ go run signals.go
awaiting signal