Updated Deprecated (markdown)

Russ Cox 2022-11-22 10:26:32 -05:00
parent 372309661d
commit 11493b91e6

@ -29,6 +29,8 @@ decisions for millions of Go developers using the feature.
An API feature should only be marked deprecated if its
use is problematic in some way, not simply because something
newer exists.
Deprecating an API feature is an API change that must
be discussed using [the proposal process](https://go.dev/s/proposal).
## Examples