commit | d84ea99420ec329f28c00361b3ca9eca9dd3dace | [log] [tgz] |
---|---|---|
author | Younis Shah <younisashah@gmail.com> | Mon Sep 25 16:51:33 2017 +0530 |
committer | Younis Shah <younisashah@gmail.com> | Mon Sep 25 16:51:33 2017 +0530 |
tree | 847085fb41521c44edfaa91f664f8c896bac7063 | |
parent | 4efd5c9f20240118ee22b204f254abed1d35eed6 [diff] [blame] |
Go code format
diff --git a/SignalHandling.md b/SignalHandling.md index f7fb4d0..6d1159d 100644 --- a/SignalHandling.md +++ b/SignalHandling.md
@@ -6,7 +6,7 @@ The following code demonstrates a program that waits for an interrupt signal and removes a temporary file when it occurs. -``` +```go package main import (