From d84ea99420ec329f28c00361b3ca9eca9dd3dace Mon Sep 17 00:00:00 2001 From: Younis Shah Date: Mon, 25 Sep 2017 16:51:33 +0530 Subject: [PATCH] Go code format --- SignalHandling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (