Skip to content

Instantly share code, notes, and snippets.

@miekg
Created July 24, 2014 19:20
Show Gist options
  • Save miekg/4ad2bdeb50ba3a9ef446 to your computer and use it in GitHub Desktop.
Save miekg/4ad2bdeb50ba3a9ef446 to your computer and use it in GitHub Desktop.
110 go func() {
1 if err := s.Run(); err != nil {
2 log.Fatal(err)
3 }
4 }()
5 // Forever loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment