Skip to content

Commit 496b099

Browse files
committed
test
1 parent 4f179fc commit 496b099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contexts/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func response(ctx context.Context, wg *sync.WaitGroup, cancel context.CancelFunc
8888
log.Printf("response: ctx.Done() called!\n")
8989
return
9090
}
91-
log.Printf("waiting...\n")
91+
log.Printf(" select: looping...\n")
9292
if c == 2 {
9393
log.Printf("response: all done!\n")
9494
}

0 commit comments

Comments
 (0)