We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f179fc commit 496b099Copy full SHA for 496b099
contexts/main.go
@@ -88,7 +88,7 @@ func response(ctx context.Context, wg *sync.WaitGroup, cancel context.CancelFunc
88
log.Printf("response: ctx.Done() called!\n")
89
return
90
}
91
- log.Printf("waiting...\n")
+ log.Printf(" select: looping...\n")
92
if c == 2 {
93
log.Printf("response: all done!\n")
94
0 commit comments