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
I am using the chi middleware and importing it like this:
"github.com/go-chi/chi/v5/middleware"
The hyperlinks for the middleware methods that are being used is not correct. For instance, for the Logger methods the link generated is:
https://github.com/go-chi/chi/blob/master/@v5.0.11/middleware/logger.go#L39
That link does not work and gives a 404. I am also passing a URL map to the method like this but it does not help (maybe I am doing it wrong?)
URLMap: map[string]string{ "github.com/go-chi/chi/v5": "https://github.com/go-chi/chi/blob/master/", },
Any help is appreciated.
The text was updated successfully, but these errors were encountered:
Looks like if I do this, it works correctly but doesn't seem like an extensible solution.
URLMap: map[string]string{ "github.com/go-chi/chi/v5@v5.0.11": "https://github.com/go-chi/chi/blob/master/", },
Sorry, something went wrong.
No branches or pull requests
I am using the chi middleware and importing it like this:
The hyperlinks for the middleware methods that are being used is not correct. For instance, for the Logger methods the link generated is:
That link does not work and gives a 404. I am also passing a URL map to the method like this but it does not help (maybe I am doing it wrong?)
Any help is appreciated.
The text was updated successfully, but these errors were encountered: