Created
February 4, 2018 13:04
-
-
Save rafa-acioly/9daabfdedd02a5ee4c1551d6e7e3ecd4 to your computer and use it in GitHub Desktop.
This file contains 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 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