Skip to content

Instantly share code, notes, and snippets.

@tenntenn
Created December 26, 2012 15:24
Show Gist options
  • Save tenntenn/4380893 to your computer and use it in GitHub Desktop.
Save tenntenn/4380893 to your computer and use it in GitHub Desktop.
// 受信専用
rch := make(<-chan int)
// 送信専用
sch := make(chan<- int)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment