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

contrib/gin-gonic/gin: ensure build for <v1.4.0 versions too #593

Merged
merged 3 commits into from
Feb 13, 2020
Merged

Conversation

gbbr
Copy link
Contributor

@gbbr gbbr commented Feb 12, 2020

This change adds a hacky implementation on top of *gin.Context, ensuring
that when a version prior to v1.4.0 (with no support for
(*gin.Context).FullPath) is used, the code continues to build and run.

This change adds a hacky implementation on top of *gin.Context, ensuring
that when a version prior to v1.4.0 (with no support for
`(*gin.Context).FullPath`) is used, the code continues to build and run.
@gbbr gbbr requested a review from knusbaum February 12, 2020 08:50
@gbbr gbbr added this to the 1.22.0 milestone Feb 12, 2020
@gbbr gbbr merged commit c171adb into v1 Feb 13, 2020
@gbbr gbbr deleted the gbbr/gin-both branch February 13, 2020 09:14
@gbbr gbbr added this to the 1.22.0 milestone Feb 17, 2020
mingrammer pushed a commit to mingrammer/dd-trace-go that referenced this pull request Dec 22, 2020
…#593)

This change adds a hacky implementation on top of *gin.Context, ensuring
that when a version prior to v1.4.0 (with no support for
`(*gin.Context).FullPath`) is used, the code continues to build and run.
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