gorilla / rpc

Package gorilla/rpc is a golang foundation for RPC over HTTP services.
https://gorilla.github.io
BSD 3-Clause "New" or "Revised" License
590 stars 179 forks source link

changing the documentation hyperlink to doc.go #97

Closed apoorvajagtap closed 7 months ago

apoorvajagtap commented 7 months ago

What type of PR is this? (check all applicable)

Description

After a quick gothrough, it seems redirecting to the actually Documentation available on pkg.go.dev (https://github.com/gorilla/rpc/blob/main/doc.go) could help in eliminating the infinite loop.

If this suits as considerable idea, I'll update it for rest of the modules too (ref: https://github.com/gorilla/rpc/issues/85#issuecomment-756984668).

Related Tickets & Documents

Added/updated tests?

Run verifications and test

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d3a1155) 71.44% compared to head (ef1c5b7) 71.44%. Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #97 +/- ## ======================================= Coverage 71.44% 71.44% ======================================= Files 15 15 Lines 844 844 ======================================= Hits 603 603 Misses 181 181 Partials 60 60 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.