Created
April 25, 2019 12:07
-
-
Save vkorbes/22b190a251b57da9e8f9d17dc6a0f8ac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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