-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Go: Convert chi echo and elazarl sources to MaD #16856
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
Conversation
18061d1
to
a527e72
Compare
Click to show differences in coveragegoGenerated file changes for go
- `Echo <https://echo.labstack.com/>`_,``github.com/labstack/echo*``,,2,
+ `Echo <https://echo.labstack.com/>`_,``github.com/labstack/echo*``,12,2,
- `goproxy <https://github.com/elazarl/goproxy>`_,``github.com/elazarl/goproxy*``,,2,
+ `goproxy <https://github.com/elazarl/goproxy>`_,``github.com/elazarl/goproxy*``,2,2,
+ Others,``github.com/go-chi/chi``,3,,
- Totals,,83,898,24
+ Totals,,100,898,24
- github.com/elazarl/goproxy,,,2,,,,2,
+ github.com/elazarl/goproxy,,2,2,,,2,2,
+ github.com/go-chi/chi,,3,,,,3,,
- github.com/labstack/echo,,,2,,,,2,
+ github.com/labstack/echo,,12,2,,,12,2, |
a527e72
to
39e19d8
Compare
4c724a2
to
c259d96
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, pending fixing the provenance numbers in the tests
c259d96
to
99ed3c2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Convert sources from Chi, Echo and Elazarl to MaD.
I don't believe it needs a change note.