Skip to content

Instantly share code, notes, and snippets.

@loansindi
Created January 29, 2015 01:10
Show Gist options
  • Save loansindi/63986861a186378e26a0 to your computer and use it in GitHub Desktop.
Save loansindi/63986861a186378e26a0 to your computer and use it in GitHub Desktop.
package main
func main() {
for {
go function()
}
}
func function() {
go function()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment