From 77ba38d76938d063d8e0518ce6c66c7537475cd5 Mon Sep 17 00:00:00 2001 From: erayerdem <42184225+erayerdem@users.noreply.github.com> Date: Mon, 3 Aug 2020 23:11:02 +0300 Subject: [PATCH] app output fixed --- examples/closing-channels/closing-channels.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/closing-channels/closing-channels.sh b/examples/closing-channels/closing-channels.sh index 013f8a8..0eaee06 100644 --- a/examples/closing-channels/closing-channels.sh +++ b/examples/closing-channels/closing-channels.sh @@ -1,11 +1,11 @@ $ go run closing-channels.go sent job 1 -received job 1 sent job 2 -received job 2 sent job 3 -received job 3 sent all jobs +received job 1 +received job 2 +received job 3 received all jobs # The idea of closed channels leads naturally to our next