Skip to content

Instantly share code, notes, and snippets.

@rafa-acioly
Created February 4, 2018 13:04
Show Gist options
  • Save rafa-acioly/9daabfdedd02a5ee4c1551d6e7e3ecd4 to your computer and use it in GitHub Desktop.
Save rafa-acioly/9daabfdedd02a5ee4c1551d6e7e3ecd4 to your computer and use it in GitHub Desktop.
...
func GetPeople(w http.ResponseWriter, r *http.Request) {}
func GetPerson(w http.ResponseWriter, r *http.Request) {}
func CreatePerson(w http.ResponseWriter, r *http.Request) {}
func DeletePerson(w http.ResponseWriter, r *http.Request) {}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment