package
0.0.0-20211127175118-db3ee8db598d
Repository: https://github.com/saraginov/learn-go.git
Documentation: pkg.go.dev
# README
Channel Directions
When using channels as function params, it can be specified if a channel is meant to only send or receive values. This specificity increases the type-safety of a program.