Skip to content

Commit

Permalink
remove unneded cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Dec 6, 2023
1 parent ee9d4ac commit 39cc240
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ func main() {
log.Printf("[DEBUG] options: %+v", opts)

ctx, cancel := context.WithCancel(context.Background())
defer cancel()

go func() {
// catch signal and invoke graceful termination
Expand Down

0 comments on commit 39cc240

Please sign in to comment.