diff --git a/SignalHandling.md b/SignalHandling.md index f7fb4d07..6d1159d4 100644 --- a/SignalHandling.md +++ b/SignalHandling.md @@ -6,7 +6,7 @@ Sometimes an application needs to save internal state or perform some cleanup ac The following code demonstrates a program that waits for an interrupt signal and removes a temporary file when it occurs. -``` +```go package main import (