app output fixed

This commit is contained in:
erayerdem 2020-08-03 23:11:02 +03:00 committed by GitHub
parent 448c597a58
commit 77ba38d769
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
$ go run closing-channels.go $ go run closing-channels.go
sent job 1 sent job 1
received job 1
sent job 2 sent job 2
received job 2
sent job 3 sent job 3
received job 3
sent all jobs sent all jobs
received job 1
received job 2
received job 3
received all jobs received all jobs
# The idea of closed channels leads naturally to our next # The idea of closed channels leads naturally to our next