Skip to content

Instantly share code, notes, and snippets.

@tenntenn
Last active December 10, 2015 08:08
Show Gist options
  • Save tenntenn/4405231 to your computer and use it in GitHub Desktop.
Save tenntenn/4405231 to your computer and use it in GitHub Desktop.
package main
func main() {
ch := make(chan<- int)
<-ch
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment