Go code format

Younis Shah 2017-09-25 16:51:33 +05:30
parent 4efd5c9f20
commit d84ea99420

@ -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 (