Skip to content
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

fix: change resty.GET to resty.MethodGet in doc comment #803

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

autopp
Copy link
Contributor

@autopp autopp commented Jul 9, 2024

This PR fixes doc comment of Request.Send() and Request.Execute().
resty.GET is renamed to resty.MethodGet at f990acd.
However, these comments were left out.doc comment.

Copy link
Member

@jeevatkm jeevatkm left a comment

Choose a reason for hiding this comment

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

@autopp Thanks for correcting the docs.

Copy link

codecov bot commented Jul 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.67%. Comparing base (30477b3) to head (e0fe8ab).

Additional details and impacted files
@@           Coverage Diff           @@
##               v2     #803   +/-   ##
=======================================
  Coverage   96.67%   96.67%           
=======================================
  Files          14       14           
  Lines        1742     1742           
=======================================
  Hits         1684     1684           
  Misses         37       37           
  Partials       21       21           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jeevatkm jeevatkm merged commit d8fbff6 into go-resty:v2 Jul 17, 2024
3 checks passed
@jeevatkm jeevatkm added this to the v2.14.0 milestone Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants