Skip to content

Commit

Permalink
Don't skip deferred func
Browse files Browse the repository at this point in the history
  • Loading branch information
puhitaku committed Feb 7, 2023
1 parent d5eddb1 commit a936fd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,5 @@ func main() {
err = eg.Wait()
if err != nil {
log.Error(err)
os.Exit(1)
}
}

0 comments on commit a936fd3

Please sign in to comment.