Skip to content

Commit

Permalink
context bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
uoosef committed Feb 9, 2024
1 parent 1e91c95 commit 9f90b73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"os"
"os/signal"
"syscall"
"time"
)

func usage() {
Expand Down Expand Up @@ -44,5 +43,4 @@ func main() {

<-sigchan
cancel()
time.Sleep(10 * time.Second)
}

0 comments on commit 9f90b73

Please sign in to comment.