Skip to content

Instantly share code, notes, and snippets.

@aligoren
Created June 5, 2022 10:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aligoren/0ee948ad198f31a8dba9cb674ef3a2cf to your computer and use it in GitHub Desktop.
Save aligoren/0ee948ad198f31a8dba9cb674ef3a2cf to your computer and use it in GitHub Desktop.
package main
func main() {
numbers := make(chan int)
numbers <- 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment