You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Functions
GetString
,GetBytes
, andImmutableString
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
The text was updated successfully, but these errors were encountered: