Skip to content

Clean old Go versions #1100

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

Merged
merged 2 commits into from
Apr 3, 2018
Merged

Conversation

alexandrestein
Copy link

Because Travis checks only from Go 1.9; we can maybe clean the specific builds.

@codecov
Copy link

codecov bot commented Apr 3, 2018

Codecov Report

Merging #1100 into master will increase coverage by 0.08%.
The diff coverage is 60%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1100      +/-   ##
==========================================
+ Coverage   81.06%   81.14%   +0.08%     
==========================================
  Files          27       25       -2     
  Lines        1901     1899       -2     
==========================================
  Hits         1541     1541              
+ Misses        253      250       -3     
- Partials      107      108       +1
Impacted Files Coverage Δ
middleware/static.go 56.45% <100%> (ø) ⬆️
echo.go 87.94% <55.55%> (-1.11%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 60f88a7...dedf0db. Read the comment docs.

echo.go Outdated
@@ -729,6 +749,11 @@ func handlerName(h HandlerFunc) string {
return t.String()
}

// PathUnescape is wraps `url.PathUnescape`
func PathUnescape(s string) (string, error) {
Copy link
Member

Choose a reason for hiding this comment

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

We can drop this function and directly use url.PathUnescape - wherever it is being used.

Copy link
Member

@vishr vishr left a comment

Choose a reason for hiding this comment

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

Please see inline comments

@vishr vishr merged commit 37f1a47 into labstack:master Apr 3, 2018
@vishr
Copy link
Member

vishr commented Apr 3, 2018

@alexandrestein again, thanks for your contribution 🎉

@alexandrestein alexandrestein deleted the cleanBeforeGo1.9 branch April 24, 2018 14:05
@ferhatelmas ferhatelmas mentioned this pull request May 9, 2018
3 tasks
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