From 2551cf9d1a8760c187540224c5ed796aef7f2f7b Mon Sep 17 00:00:00 2001
From: Andrew Gerrand
-This program: +This program (as above, but with the send and receive statements swapped and +using an unbuffered channel):
@@ -222,7 +223,7 @@ before thec = make(chan int, 1)
) then the program would not be guaranteed to print"hello, world"
. (It might print the empty string; -it cannot print"hello, sailor"
, nor can it crash.) +it cannot print"goodbye, universe"
, nor can it crash.)Locks
-- 2.50.0