We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RemoteIP
RemoteIP interface changed in commit - 0be805a
Previous interface: RemoteIP() (net.IP, bool) New interface: RemoteIP() net.IP
RemoteIP() (net.IP, bool)
RemoteIP() net.IP
The text was updated successfully, but these errors were encountered:
@Bisstocuz @appleboy @thinkerou Keep backward compatibility or announce the breaking change?
Sorry, something went wrong.
@istrel @zihengCat I will update the release note or keep backward compatibility.
Updated release note and add break changes section.
https://github.com/gin-gonic/gin/releases/tag/v1.8.0
See the comment #3166 (comment)
Successfully merging a pull request may close this issue.
Description
RemoteIP
interface changed in commit - 0be805aPrevious interface:
RemoteIP() (net.IP, bool)
New interface:
RemoteIP() net.IP
The text was updated successfully, but these errors were encountered: