uber-go / goleak

Goroutine leak detector
MIT License
4.48k stars 148 forks source link

README: replace deprecated godoc links with new ones #125

Closed alexandear closed 3 months ago

alexandear commented 3 months ago

This PR replaces the deprecated GoDoc links with new ones to Go Reference in README.md.

See https://github.com/golang/go/issues/49212 for details about the deprecated godoc. The badge is created at https://pkg.go.dev/badge/.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 99.14%. Comparing base (3b6d3dd) to head (50d23ef).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #125 +/- ## ======================================= Coverage 99.14% 99.14% ======================================= Files 5 5 Lines 234 234 ======================================= Hits 232 232 Misses 1 1 Partials 1 1 ```

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