mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
add link to original issue to document "Deprecated" convention
parent
7622f7de2d
commit
61b01fb273
@ -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)
|
[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).
|
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
|
## Examples
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user