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/go-chi/chi.v5: support for chi v5 package #878

Closed
wants to merge 1 commit into from

Conversation

jpfaria
Copy link

@jpfaria jpfaria commented Mar 19, 2021

fixes: #877

@gbbr gbbr added this to the 1.30.0 milestone Mar 22, 2021
Copy link
Contributor

@gbbr gbbr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Almost done :)

// Copyright 2016 Datadog, Inc.

// Package chi provides tracing functions for tracing the go-chi/chi package (https://github.com/go-chi/chi).
package chi // import "gopkg.in/DataDog/dd-trace-go.v1/contrib/go-chi/chi"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should fix the canonical import paths throughout too. Just grep the entire repo for go-chi to make sure all paths are updates correctly. Same for the line just above this one, the documentation.

@gbbr
Copy link
Contributor

gbbr commented Mar 22, 2021

Duplicate of #858. Sorry for not noticing earlier.

@gbbr gbbr closed this Mar 22, 2021
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.

proposal: adds contrib/go-chi/chi.v5
2 participants