-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
List the handlers on startup #1131
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1131 +/- ##
==========================================
+ Coverage 98.4% 98.42% +0.02%
==========================================
Files 34 34
Lines 1757 1781 +24
==========================================
+ Hits 1729 1753 +24
Misses 23 23
Partials 5 5
Continue to review full report at Codecov.
|
Maybe you should squash commits. |
.travis.yml
Outdated
@@ -11,6 +11,7 @@ git: | |||
depth: 3 | |||
|
|||
install: | |||
- go get golang.org/x/crypto/ssh/terminal |
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.
use govendor
in Makefile
?
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.
will fix these issues
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.
I've updated the Makefile. Can you pls validate now.
List the handlers during start-up List the handlers during start-up Testing travis - 1 Testing travis - 2 Testing travis - 3 Testing travis - 4 Fixed travis build issues and test case validation errors Odd/Even route listing testcase added Fix for travis fail - 688972b test for getTerminalSize
@jithinjk Can you post the screenshots? |
Attached screenshot. Capture |
#1729 has added |
conflicts. |
@appleboy we still need the pull request? I think we should not use it, because it will depend on one package, the pull request have not clear useful, and we have had |
this should be pending now? |
closing |
hi, I couldn't find anywhere mention about this, I'm new to Gin and couldn't figure out why go-gin think there are 3 handlers when I only have one function passed into the
|
Fairly new to this community. Not sure if this counts as a feature.
![capture](https://user-images.githubusercontent.com/1090114/31733999-ead9a278-b45a-11e7-9f44-9ea4b4320cd3.PNG)
Would be nice to have this to get better understanding of handlers running.
Sorry for multiple commit builds, new to travis-ci.