Exemple #1
0
func getUser(c vodka.Context) error {
	return c.JSON(http.StatusOK, users[c.P(0)])
}