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