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

Deprecated functions are used in framework code #1475

Closed
pcen opened this issue Aug 5, 2021 · 1 comment · Fixed by #1474
Closed

Deprecated functions are used in framework code #1475

pcen opened this issue Aug 5, 2021 · 1 comment · Fixed by #1474

Comments

@pcen
Copy link
Contributor

pcen commented Aug 5, 2021

Functions GetString, GetBytes, and ImmutableString are deprecated but still used throughout the codebase. References to these functions should be removed and their non-deprecated counterparts should be tested instead to discourage the use of deprecated functions and clean up the codebase.

I've created a draft pull request that would implement the change I'm proposing in #1474

@welcome
Copy link

welcome bot commented Aug 5, 2021

Thanks for opening your first issue here! 🎉 Be sure to follow the issue template! If you need help or want to chat with us, join us on Discord https://gofiber.io/discord

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants