Skip to content

Instantly share code, notes, and snippets.

@nikita8
Created August 23, 2019 19:22
Show Gist options
  • Save nikita8/cebfe41d5f2541cd6c7be4805ff3e6bd to your computer and use it in GitHub Desktop.
Save nikita8/cebfe41d5f2541cd6c7be4805ff3e6bd to your computer and use it in GitHub Desktop.
Infinite loop in go
//Go
for {
// do something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment