Skip to content

Instantly share code, notes, and snippets.

@mayra-cabrera
Last active November 1, 2015 00:29
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 mayra-cabrera/03309c91c378c72e536c to your computer and use it in GitHub Desktop.
Save mayra-cabrera/03309c91c378c72e536c to your computer and use it in GitHub Desktop.
go concurrency
func log(msg string){
... some logging code here
}
// Elsewhere in our code after we've discovered an error.
go log("something happened!!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment