Skip to content

Instantly share code, notes, and snippets.

@hashlash
Created March 23, 2020 01:56
Show Gist options
  • Select an option

  • Save hashlash/cd4515482c24753464561d1b26d6538e to your computer and use it in GitHub Desktop.

Select an option

Save hashlash/cd4515482c24753464561d1b26d6538e to your computer and use it in GitHub Desktop.
c := make(chan Return)
ch.NotifyReturn(c)
for r := range(c) {
fmt.Println(r)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment