示例#1
0
文件: users.go 项目: insionng/vodka
func getUser(c vodka.Context) error {
	return c.JSON(http.StatusOK, users[c.P(0)])
}