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

Fix deprecated method #105

Merged
merged 1 commit into from
Feb 14, 2022
Merged

Fix deprecated method #105

merged 1 commit into from
Feb 14, 2022

Conversation

boskiv
Copy link
Contributor

@boskiv boskiv commented Feb 14, 2022

Screen Shot 2022-02-14 at 09 21 06

╰─○ go run main.go 
# github.com/create-go-app/fiber-go-template/pkg/routes
pkg/routes/swagger_route.go:15:17: undefined: swagger.Handler

What this PR is changing or adding?

Before/after or any other screenshots

Which issues are fixed by this PR?

Pre-launch Checklist

  • I have read and fully accepted project's code of conduct.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation and/or comments to the code.
  • All existing and new tests are passing successfully.

```
╰─○ go run main.go 
# github.com/create-go-app/fiber-go-template/pkg/routes
pkg/routes/swagger_route.go:15:17: undefined: swagger.Handler
```
@welcome
Copy link

welcome bot commented Feb 14, 2022

Thanks for opening this pull request! 🎉 Please check out our contributing guidelines.

Copy link
Member

@koddr koddr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, nice catch!

@koddr koddr merged commit 6d37956 into create-go-app:master Feb 14, 2022
@welcome
Copy link

welcome bot commented Feb 14, 2022

Congrats on merging your first pull request! 🎉 We here at Create Go App are proud of you!

@koddr koddr mentioned this pull request Feb 14, 2022
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants