Skip to content

Instantly share code, notes, and snippets.

@vkorbes
Last active April 25, 2019 14:49
Show Gist options
  • Select an option

  • Save vkorbes/b6b0fac3b176f57dc9a7bfe45b47f142 to your computer and use it in GitHub Desktop.

Select an option

Save vkorbes/b6b0fac3b176f57dc9a7bfe45b47f142 to your computer and use it in GitHub Desktop.
if err = conn.WriteMessage(1, sendThis.content); err != nil {
http.Error(w, err.Error(), http.StatusInternalServerError)
return
}
fmt.Printf("Content sent to: %s\n", conn.RemoteAddr())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment