package constants const ( AUTH_FAILED = "User with specified E-Mail and password not found" NOT_FOUND = "Wrong request method or path" UNAUTHORIZED = "Unauthorized" )