-
Notifications
You must be signed in to change notification settings - Fork 718
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
Add Request.SetContext #46
Conversation
Current coverage is 96.53% (diff: 100%)@@ master #46 diff @@
==========================================
Files 6 8 +2
Lines 848 865 +17
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 818 835 +17
Misses 17 17
Partials 13 13
|
@ei-grad Thanks for your contribution. Yes this feature only supported Go 1.7 and above. So we may have to limit this option. Let me have a look. |
@ei-grad I have quick question for this PR. To achieve this PR to work properly, following needs to be done:
This approach is compatible with all Go versions. Would you like like to try and send PR? |
Yep, I'll do that :). |
6a02050
to
e4161a2
Compare
@jeevatkm done |
Implements #44