Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created May 30, 2019 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/2bd9950ab9e71b9b84daf2abe0d3391d to your computer and use it in GitHub Desktop.
Save parzibyte/2bd9950ab9e71b9b84daf2abe0d3391d to your computer and use it in GitHub Desktop.
enrutador.HandleFunc("/hola", func(respuesta http.ResponseWriter, peticion *http.Request) {
respuesta.Write([]byte("¡Hola, mundo!"))
}).Methods("GET")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment