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

chore: avoid un-necessary allocation #92

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

manisharma
Copy link
Contributor

type ExcludedExtensions map[string]bool is changed to type ExcludedExtensions map[string]struct{} to avoid un-necessary allocation by bool.

@appleboy appleboy changed the title avoid un-necessary allocation chore: avoid un-necessary allocation Dec 24, 2024
@appleboy appleboy merged commit a1786dc into gin-contrib:master Dec 24, 2024
@appleboy
Copy link
Member

@manisharma thanks

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.

2 participants