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 (