Skip to content

Instantly share code, notes, and snippets.

@bart0sh
Created February 28, 2018 12:49
Show Gist options
  • Save bart0sh/0f7d69b10a7cad4dbcca15be03d7c300 to your computer and use it in GitHub Desktop.
Save bart0sh/0f7d69b10a7cad4dbcca15be03d7c300 to your computer and use it in GitHub Desktop.
>------->-------go func() {
>------->------->-------defer wg.Done()
>------->------->-------err = dm.srv.Serve(dm, resourceName, pPrefix, cfg)
>------->------->-------if err != nil {
>------->------->------->-------glog.Fatal(err)
>------->------->-------}
>------->-------}()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment