gobyexample/examples/channel-directions/channel-directions.sh
2020-05-07 21:10:39 +01:00

5 lines
118 B
Bash

$ go run channel-directions.go
send message: Hello, World!
forwarding: Hello, World!
reading messages: Hello, World!