コード例 #1
0
ファイル: users.go プロジェクト: insionng/vodka
func getUser(c vodka.Context) error {
	return c.JSON(http.StatusOK, users[c.P(0)])
}