update mention of docs being hidden to refer to pkg.go.dev

Dmitri Shuralyov 2022-01-29 11:19:52 -05:00
parent e4f4741aed
commit 85e6b0b651

@ -9,7 +9,7 @@ deprecation, and a recommendation on what to use instead, if applicable.
The paragraph does not have to be the last paragraph in the doc comment.
[Some tools will warn on use of deprecated identifiers](https://staticcheck.io/docs/checks#SA1019)
and their docs [will be hidden by godoc once #17056 is implemented](https://go.dev/issue/17056).
and their docs [are hidden on pkg.go.dev now that #40850 is implemented](https://go.dev/issue/40850).
The original issue to document the "Deprecated" convention was [issue #10909](https://go.dev/issue/10909).