Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Criar retorno nas funções error - handlers (c *quick.Ctx) error #43

Closed
jeffotoni opened this issue Mar 2, 2023 · 1 comment · Fixed by #38 or #45
Closed

Criar retorno nas funções error - handlers (c *quick.Ctx) error #43

jeffotoni opened this issue Mar 2, 2023 · 1 comment · Fixed by #38 or #45
Assignees
Labels
enhancement New feature or request

Comments

@jeffotoni
Copy link
Owner

Criar return error para Handler Quick, obrigatório return nos handlers

return nil
return error
return c.Status(200).String("enviando algo txt aqui.")

@jeffotoni jeffotoni linked a pull request Mar 2, 2023 that will close this issue
@jeffotoni jeffotoni added the enhancement New feature or request label Mar 2, 2023
@rAndrade360 rAndrade360 linked a pull request Mar 3, 2023 that will close this issue
@rAndrade360
Copy link
Collaborator

closing issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants