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