Skip to content

Commit

Permalink
bonsai
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Feb 8, 2024
1 parent e3cd636 commit 69fc694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ go func() {
log.Fatal(err)
return
}
<-ctx.Done()
<-ctx.Done()
time.Sleep(100 * time.Millisecond)
fmt.Println("do something")
completed()
Expand Down

0 comments on commit 69fc694

Please sign in to comment.