Skip to content

Instantly share code, notes, and snippets.

@vkorbes
Created April 25, 2019 12:07
Show Gist options
  • Select an option

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

Select an option

Save vkorbes/22b190a251b57da9e8f9d17dc6a0f8ac to your computer and use it in GitHub Desktop.
func serve(w http.ResponseWriter, r *http.Request) {
payload := "Teacher: Your dog ate your coding assignment?\nStudent: ...it took him a couple bytes!"
w.Write([]byte(payload))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment