예제 #1
0
파일: users.go 프로젝트: insionng/vodka
func getUser(c vodka.Context) error {
	return c.JSON(http.StatusOK, users[c.P(0)])
}