Updated Deprecated (markdown)

M Hickford 2023-03-07 14:24:53 +00:00
parent b90ecc797f
commit 16d4e88f8d

@ -34,7 +34,7 @@ be discussed using [the proposal process](https://go.dev/s/proposal).
## Examples ## Examples
``` ```golang
type ResponseRecorder struct { type ResponseRecorder struct {
// HeaderMap contains the headers explicitly set by the Handler. // HeaderMap contains the headers explicitly set by the Handler.
// It is an internal detail. // It is an internal detail.
@ -45,7 +45,7 @@ type ResponseRecorder struct {
HeaderMap http.Header HeaderMap http.Header
``` ```
``` ```golang
// Package rc4 implements the RC4 stream cipher. // Package rc4 implements the RC4 stream cipher.
// //
// Deprecated: RC4 is cryptographically broken and should not be used // Deprecated: RC4 is cryptographically broken and should not be used