CDR request

This commit is contained in:
Maciek Niemczyk 2019-06-17 14:46:02 +02:00
parent 3b153c7d80
commit 862833fcb8

View File

@ -42,7 +42,7 @@ func closeFile(f *os.File) {
fmt.Println("closing")
err := f.Close()
if err != nil {
_, _ = fmt.Fprintf(os.Stderr, "error: %v\n", err)
fmt.Fprintf(os.Stderr, "error: %v\n", err)
os.Exit(1)
}
}