I get this code from chatgpt and now i want know echo.map what do
if err != nil {
return c.JSON(http.StatusInternalServerError, echo.Map{"error": "Failed to store the word"})
}
what is echo.Map?
i think this code map err massage to json or
1