From 61b01fb273ae44e8d83ebd466971260cadaa124d Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Thu, 25 Apr 2019 18:24:16 -0400 Subject: [PATCH] add link to original issue to document "Deprecated" convention --- Deprecated.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Deprecated.md b/Deprecated.md index b1944215..7a2b2f40 100644 --- a/Deprecated.md +++ b/Deprecated.md @@ -11,6 +11,8 @@ 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://golang.org/issue/17056). +The original issue to document the "Deprecated" convention was [issue #10909](https://golang.org/issue/10909). + ## Examples ```