Showing 1 of 1 total issue
Function Post
has 5 return statements (exceeds 4 allowed). Open
Open
func Post(c echo.Context) error {
username := c.FormValue("username")
password := c.FormValue("password")
if username == "" || password == "" {